From 943ec5d888f6a3aba0d727b8d91f562e6555e0ff Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 27 Mar 2024 10:08:42 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.24.2 ## [14.24.2](https://github.com/frappe/hrms/compare/v14.24.1...v14.24.2) (2024-03-27) ### Bug Fixes * add filter for employee in vehicle log (backport [#1571](https://github.com/frappe/hrms/issues/1571)) ([#1581](https://github.com/frappe/hrms/issues/1581)) ([92331aa](https://github.com/frappe/hrms/commit/92331aad97e0a5da7ec7d8279548d8e16d58cefb)) * bold in group by and options mapping (backport [#1564](https://github.com/frappe/hrms/issues/1564)) ([#1579](https://github.com/frappe/hrms/issues/1579)) ([4fd79b4](https://github.com/frappe/hrms/commit/4fd79b48db83df1d8749b677cebd7307e41fb48b)) * incorrect IFSC codes in bank remittance report (backport [#1538](https://github.com/frappe/hrms/issues/1538)) ([#1583](https://github.com/frappe/hrms/issues/1583)) ([2c08519](https://github.com/frappe/hrms/commit/2c085197dedd9c38829a5ab9d4de96dfd6c32868)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 88a9b1b844..2a5608375e 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.24.1" +__version__ = "14.24.2"