From e3a2e6e3919b5d8d69b360f608849f60bab3a488 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 14 Jan 2025 07:49:17 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.36.2 ## [14.36.2](https://github.com/frappe/hrms/compare/v14.36.1...v14.36.2) (2025-01-14) ### Bug Fixes * add leaves to the correct allocation for compensatory leave request ([7cbc9d3](https://github.com/frappe/hrms/commit/7cbc9d30bf43c1c225e4d8e46b013df35a6da171)) * create single leave ledger encashment entry for carry forwarding leave type (backport [#2614](https://github.com/frappe/hrms/issues/2614)) ([#2626](https://github.com/frappe/hrms/issues/2626)) ([5655bca](https://github.com/frappe/hrms/commit/5655bcae14f3c9cec466de71ff4b78196f482707)) * rectify and add more info to Leave Ledger validation message ([17e1546](https://github.com/frappe/hrms/commit/17e1546f48350754afa40324b10d9080a25495b8)) * **SalarySlip:** use the correct variable for the function in _get_days_outside_period ([#2620](https://github.com/frappe/hrms/issues/2620)) ([81a6f28](https://github.com/frappe/hrms/commit/81a6f285c41079ae4553641e3359313e2e463036)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 13d87783a5..085a97a36b 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.36.1" +__version__ = "14.36.2"