From f1a13216001bd7f3eddae95d0e3f0a4fed2788d5 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 8 Jan 2025 05:47:45 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.37.2 ## [15.37.2](https://github.com/frappe/hrms/compare/v15.37.1...v15.37.2) (2025-01-08) ### Bug Fixes * correct date handling for get_weekday in shift schedule assignment (backport [#2567](https://github.com/frappe/hrms/issues/2567)) ([#2573](https://github.com/frappe/hrms/issues/2573)) ([8e9882d](https://github.com/frappe/hrms/commit/8e9882d038cfc767d384bdb3be793644a5ca36d7)) * **CTC:** `amount_exempted_from_income_tax` only considers last deduction item (exempted from IT), not all (backport [#2568](https://github.com/frappe/hrms/issues/2568)) ([#2570](https://github.com/frappe/hrms/issues/2570)) ([2fac99d](https://github.com/frappe/hrms/commit/2fac99df359b46c85eef583e08f86d470eed5c11)) * skip patch if previous doctype doesn't exist (backport [#2571](https://github.com/frappe/hrms/issues/2571)) ([#2572](https://github.com/frappe/hrms/issues/2572)) ([bc4436b](https://github.com/frappe/hrms/commit/bc4436b6d9138df4aacace501936fafae818ea13)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 91de20ed9b..9b58db905a 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "15.37.1" +__version__ = "15.37.2" def refetch_resource(cache_key: str | list, user=None):