From 43c4e0a390fb4b287cdbb91141999ce73741495e Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 4 Feb 2025 19:03:27 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.36.6 ## [14.36.6](https://github.com/frappe/hrms/compare/v14.36.5...v14.36.6) (2025-02-04) ### Bug Fixes * allocate earned leaves pro-rata if policy assignment is submitted after the effective period ([62b17d3](https://github.com/frappe/hrms/commit/62b17d3d98901cba3fb4bdcaef242c5cad5becd8)) * applying permissions while fetching attendance in calendar view ([0eed249](https://github.com/frappe/hrms/commit/0eed2495e348af3fd066cdb4179f736ca1420da8)) * don't show any records in calendar if not employee ([c157135](https://github.com/frappe/hrms/commit/c1571356155533c13c9956c789d6530551293c0b)) * include current month full tax in total income tax and current month tax ([65dae57](https://github.com/frappe/hrms/commit/65dae5724efefb16dcba756156d301ebd459cceb)) * remove employee other income from CTC ([60ab641](https://github.com/frappe/hrms/commit/60ab6410539e220f096b477cbf89ff054fc109f0)) * set date filters correctly ([fe9049f](https://github.com/frappe/hrms/commit/fe9049f72534c480c94f7a4fb0e38794331e0db4)) * update ctc amount ([1ca55a3](https://github.com/frappe/hrms/commit/1ca55a3fe52d4b30235678c0fc581a8efee08b22)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 228bac4a8e..21b41cdea2 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.36.5" +__version__ = "14.36.6"