From b21a6ca935fcc2da2d05bd591bb8fd8ed756407a Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 8 May 2024 09:40:09 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.20.3 ## [15.20.3](https://github.com/frappe/hrms/compare/v15.20.2...v15.20.3) (2024-05-08) ### Bug Fixes * add a patch to add lending docperms to ESS user on migrating ([58f6ee9](https://github.com/frappe/hrms/commit/58f6ee95f35d6178ab602a894ece17314c0e2ed8)) * add lending doctypes to ESS user-type on install ([4a63de7](https://github.com/frappe/hrms/commit/4a63de7b18b6582acc0e087b2ec046c33fc6cab9)) * add loan doctypes to ESS user type on lending app install ([b183ffe](https://github.com/frappe/hrms/commit/b183ffe574ab7275ceb04390cf1bfb294f87989e)) * add other lending doctypes to the list ([5418b77](https://github.com/frappe/hrms/commit/5418b773d3a89f9ccf8fbb82297e354358aab3e8)) * **Auto Attendance:** incorrect previous shift computation for a timestamp leading to incorrect absent marking ([62fcc47](https://github.com/frappe/hrms/commit/62fcc476c0698ecf702fa0255221ce3592cf728e)) * check if lending app is installed before setting up permissions ([5c4e034](https://github.com/frappe/hrms/commit/5c4e0342045fc34db3a50dc05e5fdcee65b2ea45)) * remove lending app perms on uninstall and avoid adding duplicate perms ([e1c82a0](https://github.com/frappe/hrms/commit/e1c82a057ab333eddffa27548c67d30359989775)) * set intro message for leave application (backport [#1696](https://github.com/frappe/hrms/issues/1696)) ([#1742](https://github.com/frappe/hrms/issues/1742)) ([283c467](https://github.com/frappe/hrms/commit/283c4674fe15a8f2f4705b8d93e189c87f54be1b)) * setup.py bug in create_role_permissions_for_doctype function ([fa288c2](https://github.com/frappe/hrms/commit/fa288c24cc6f0d3f39e13bcb5135390288231de7)) * update project URLs in pyproject (backport [#1761](https://github.com/frappe/hrms/issues/1761)) ([#1762](https://github.com/frappe/hrms/issues/1762)) ([dec4c0d](https://github.com/frappe/hrms/commit/dec4c0dd98d02fc71655815f17caa13631d22177)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 42da175f54..d1f9d1b6f3 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "15.20.2" +__version__ = "15.20.3" def refetch_resource(cache_key: str | list, user=None):