From 595c369ae19ac981f0e3fcd225d1a53d7ae7706b Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sat, 27 Apr 2024 17:29:01 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.26.2 ## [14.26.2](https://github.com/frappe/hrms/compare/v14.26.1...v14.26.2) (2024-04-27) ### Bug Fixes * get salary slip from the correct payroll period for data evaluation ([232873b](https://github.com/frappe/hrms/commit/232873b478b3753c4c078afe237a167606af7c5e)) * **HRA calculation:** fetch active salary assignment assigned before payroll period if none in period ([e303590](https://github.com/frappe/hrms/commit/e303590ec45aaddf80c3f24ad5ff8f9612c427fa)) * **Income Tax Computation:** eval locals for Income Tax Slab ([2502b9b](https://github.com/frappe/hrms/commit/2502b9b0c18b72ed2598726ef61d436a94a5bb10)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index ac8275a2c4..89b4fe7fb3 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.26.1" +__version__ = "14.26.2"