From e1c5097a73b6c5a59c0069af4f7bfd1d8c5bf499 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 15 Mar 2024 02:19:32 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.24.0 # [14.24.0](https://github.com/frappe/hrms/compare/v14.23.0...v14.24.0) (2024-03-15) ### Bug Fixes * convert datetime to date ([859dd8b](https://github.com/frappe/hrms/commit/859dd8b3fc35dfc108f3781dfb2c2602df3df8cd)) * get blocked days in the correct order ([bead61f](https://github.com/frappe/hrms/commit/bead61fa01caedfb69246594ad0bfaad9dac0356)) * half day ([8ad3a63](https://github.com/frappe/hrms/commit/8ad3a637168d06ad039a33aca52e6107414775f4)) * **Leave Application:** calendar view ([3f16093](https://github.com/frappe/hrms/commit/3f160934fd465644ab3b4a340f3f50e9ed6c4d19)) * remove employee_name and leave_type before checking in events ([ad05477](https://github.com/frappe/hrms/commit/ad05477cffcac37d74f893314fa92a3f0c39e4fc)) * remove unused whitelisting from get_applicable_block_dates ([1e7064c](https://github.com/frappe/hrms/commit/1e7064ca8b1dbefe0ff65044a88254d728996f6e)) * set employee before company ([764a1ff](https://github.com/frappe/hrms/commit/764a1ff7077223c789905a9cd287a1142cc10c6d)) * show blocked dates as "allDay" ([867d838](https://github.com/frappe/hrms/commit/867d838ac975843c7688743632b1c97b04e252a7)) * use get_single_value instead of get_value ([c2d8743](https://github.com/frappe/hrms/commit/c2d87432152e048abb88a536ef86ed14c921356f)) ### Features * **Gratuity:** allow setting work experience manually ([#1541](https://github.com/frappe/hrms/issues/1541)) ([#1542](https://github.com/frappe/hrms/issues/1542)) ([04f86ab](https://github.com/frappe/hrms/commit/04f86ab6da0eabe1471cac7258072677d2278952)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 977dd67638..f57059bdc2 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.23.0" +__version__ = "14.24.0"