From df56dfac55f0eb4a457a4cea3910d40d17e74f6d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 18 Dec 2024 09:44:49 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.35.4 ## [14.35.4](https://github.com/frappe/hrms/compare/v14.35.3...v14.35.4) (2024-12-18) ### Bug Fixes * **Expense Claim:** allow editing company and department ([#2498](https://github.com/frappe/hrms/issues/2498)) ([1038fa7](https://github.com/frappe/hrms/commit/1038fa7256259ec95fa44b8cd5ab4b482d65d2c5)) * set correct work experience for gratuity ([1964a5d](https://github.com/frappe/hrms/commit/1964a5d2c040f9fd4288a809ff157e0b90b2162f)) * set field level precision for work experience field in gratuity ([efab811](https://github.com/frappe/hrms/commit/efab81149a268211b61219bf168e82a09963315c)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 284fa278bd..041078ded0 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.35.3" +__version__ = "14.35.4"