From 77dcf836df6320bd4314046e94d5901f528d5400 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 18 Apr 2024 08:16:22 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.19.0 # [15.19.0](https://github.com/frappe/hrms/compare/v15.18.0...v15.19.0) (2024-04-18) ### Bug Fixes * conditional rendering for checkin ion-modal (backport [#1678](https://github.com/frappe/hrms/issues/1678)) ([#1679](https://github.com/frappe/hrms/issues/1679)) ([8afc06a](https://github.com/frappe/hrms/commit/8afc06a286767013ccd4c372428f4e06b14dd14b)) ### Features * **minor:** Show leave allocation table in Leave Application on refresh hook (backport [#1375](https://github.com/frappe/hrms/issues/1375)) ([#1675](https://github.com/frappe/hrms/issues/1675)) ([888d383](https://github.com/frappe/hrms/commit/888d38328f1da222e8be461a6dc137f65fd9c6f3)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 5b1002b155..5ca1ee2e66 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "15.18.0" +__version__ = "15.19.0" def refetch_resource(cache_key: str | list, user=None):