Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.20.3
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
frappe-bot committed May 8, 2024
1 parent c3ebaee commit b21a6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import frappe

__version__ = "15.20.2"
__version__ = "15.20.3"


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

0 comments on commit b21a6ca

Please sign in to comment.