From b6171bd742b2cde1037aad8163aa227bb52b5381 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 17 Jul 2024 18:06:41 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.24.0 # [15.24.0](https://github.com/frappe/hrms/compare/v15.23.1...v15.24.0) (2024-07-17) ### Bug Fixes * **Attendance:** overlapping shift attendance ([f768957](https://github.com/frappe/hrms/commit/f76895780074fb34320ef3ce0e1726d9bce75f1c)) * **Bulk Salary Assignments:** fetch company from structure & fix casing in error message ([db40fdd](https://github.com/frappe/hrms/commit/db40fdd8f61e5d3e0f35af42fc1974fd506d48ee)) * employee attendance tool datatable width ([b7062c9](https://github.com/frappe/hrms/commit/b7062c9832dfd9cc43c6ae9c1641dee49e9ec28c)) * error messages in payroll ([72520ec](https://github.com/frappe/hrms/commit/72520ec4f188c0f4b61fce96c891c8e6251d7df9)) * fetch applicant's designation in job offer ([439ed77](https://github.com/frappe/hrms/commit/439ed77b961419b05742d1a5993c0d7c2e7b97b7)) * **Leave Control Panel:** broken confirmation before allocation flow ([9abc681](https://github.com/frappe/hrms/commit/9abc681d3f6c1d7c6802c09ebddd4c5e98e86b54)) * links & formatting in messages ([72b2853](https://github.com/frappe/hrms/commit/72b2853747e55d5ed23fe1a907d1953773ca2e40)) * **Shift Assignment:** allow shift to start at end_time of another shift (and vice versa) ([a48889a](https://github.com/frappe/hrms/commit/a48889ac40b9a77a3cff0e27a310539a8f3f4146)) * **Shift Assignment:** timings overlap conditions ([fea0645](https://github.com/frappe/hrms/commit/fea06453703f0e80f72b8210922c0db199327066)) * skip no value fields in formula autocompletions (backport [#1951](https://github.com/frappe/hrms/issues/1951)) ([#1952](https://github.com/frappe/hrms/issues/1952)) ([8047c3d](https://github.com/frappe/hrms/commit/8047c3deb6668779df1cf0d06874d23eb74cf12e)) ### Features * **PWA:** Add autocomplete attribute to login form ([de597c4](https://github.com/frappe/hrms/commit/de597c4b5953867cef0c820f90d0e0dbd3b37d25)) * **PWA:** Handle OTP login ([a755fc4](https://github.com/frappe/hrms/commit/a755fc4665fe3ed24e88d9b072eb026f4f0fb6de)) * **Salary Payment via ECS:** add Net Pay column ([36a161f](https://github.com/frappe/hrms/commit/36a161f7729b99331fa1f1df0e41c60f3c84c9e2)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index cbff7eb4a8..434e1551c9 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "15.23.1" +__version__ = "15.24.0" def refetch_resource(cache_key: str | list, user=None):