Skip to content

Commit b21a6ca

Browse files
committed
chore(release): Bumped to Version 15.20.3
## [15.20.3](v15.20.2...v15.20.3) (2024-05-08) ### Bug Fixes * add a patch to add lending docperms to ESS user on migrating ([58f6ee9](58f6ee9)) * add lending doctypes to ESS user-type on install ([4a63de7](4a63de7)) * add loan doctypes to ESS user type on lending app install ([b183ffe](b183ffe)) * add other lending doctypes to the list ([5418b77](5418b77)) * **Auto Attendance:** incorrect previous shift computation for a timestamp leading to incorrect absent marking ([62fcc47](62fcc47)) * check if lending app is installed before setting up permissions ([5c4e034](5c4e034)) * remove lending app perms on uninstall and avoid adding duplicate perms ([e1c82a0](e1c82a0)) * set intro message for leave application (backport [#1696](#1696)) ([#1742](#1742)) ([283c467](283c467)) * setup.py bug in create_role_permissions_for_doctype function ([fa288c2](fa288c2)) * update project URLs in pyproject (backport [#1761](#1761)) ([#1762](#1762)) ([dec4c0d](dec4c0d))
1 parent c3ebaee commit b21a6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hrms/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import frappe
22

3-
__version__ = "15.20.2"
3+
__version__ = "15.20.3"
44

55

66
def refetch_resource(cache_key: str | list, user=None):

0 commit comments

Comments
 (0)