From 73cd9d290522bf98d025b3d73b2f17cc6a22db4a Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 10 Apr 2024 11:13:46 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.25.0 # [14.25.0](https://github.com/frappe/hrms/compare/v14.24.2...v14.25.0) (2024-04-10) ### Bug Fixes * employee filter in list view of employee checkin (backport [#1612](https://github.com/frappe/hrms/issues/1612)) ([#1615](https://github.com/frappe/hrms/issues/1615)) ([b0ed010](https://github.com/frappe/hrms/commit/b0ed010d4ec1ada813a0938c5c3c5719aa372204)) * employee filter in list view of shift assignment (backport [#1624](https://github.com/frappe/hrms/issues/1624)) ([#1626](https://github.com/frappe/hrms/issues/1626)) ([8ef26a6](https://github.com/frappe/hrms/commit/8ef26a625d97fabec368c385b4992bd7843f99e6)) * shift type filter in list view of shift assignment (backport [#1625](https://github.com/frappe/hrms/issues/1625)) ([#1628](https://github.com/frappe/hrms/issues/1628)) ([32abbc2](https://github.com/frappe/hrms/commit/32abbc25de5630d49574bd70b7f92552526dc6df)) * use reference name while updating exc rate (backport [#1623](https://github.com/frappe/hrms/issues/1623)) ([#1634](https://github.com/frappe/hrms/issues/1634)) ([e252e89](https://github.com/frappe/hrms/commit/e252e894ca513deccf2d009d893108a232711034)) ### Features * show holidays and colour code in attendance calendar ([061840b](https://github.com/frappe/hrms/commit/061840ba8fd67e6a85f80926883a4bec0ff13592)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 2a5608375e..5729059d82 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.24.2" +__version__ = "14.25.0"