From 9396f23cba2e5161cc82d3028074ece069c6628c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 26 Nov 2024 11:15:04 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.35.2 ## [14.35.2](https://github.com/frappe/hrms/compare/v14.35.1...v14.35.2) (2024-11-26) ### Bug Fixes * filters on vehicle expenses report (backport [#2440](https://github.com/frappe/hrms/issues/2440)) ([#2446](https://github.com/frappe/hrms/issues/2446)) ([6d35f11](https://github.com/frappe/hrms/commit/6d35f1139a98011c2d90fabb5eaa2df4a8993b38)) * ignore linked ledger entry record on employee advance cancellation (backport [#2432](https://github.com/frappe/hrms/issues/2432)) ([#2434](https://github.com/frappe/hrms/issues/2434)) ([8058d74](https://github.com/frappe/hrms/commit/8058d746374673f266e65607e8cb886827f05ea3)) * **Salary Structure Assignment:** validate cost center company on server-side (backport [#2445](https://github.com/frappe/hrms/issues/2445)) ([#2449](https://github.com/frappe/hrms/issues/2449)) ([51831cb](https://github.com/frappe/hrms/commit/51831cb2841fccf96078285bb80137de5fff3d3d)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index fe4d192398..ae463b7b5d 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.35.1" +__version__ = "14.35.2"