From e6197d4331f4ae426850fd655043329a9f7afe17 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 30 Oct 2024 04:50:22 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.34.2 ## [14.34.2](https://github.com/frappe/hrms/compare/v14.34.1...v14.34.2) (2024-10-30) ### Bug Fixes * **appraisal_cycle:** Value missing for Appraisal: Company while creating Appraisal from Appraisal Cycle (backport [#2336](https://github.com/frappe/hrms/issues/2336)) ([#2337](https://github.com/frappe/hrms/issues/2337)) ([14fcacd](https://github.com/frappe/hrms/commit/14fcacd93b345393a7de5c2f7a26a1250287294c)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 77c83f2d5f..1c0b43dc91 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.34.1" +__version__ = "14.34.2"