From a110e220765172d81264554c06e8dbaa699e8f8e Mon Sep 17 00:00:00 2001
From: Frappe PR Bot <developers@frappe.io>
Date: Wed, 23 Oct 2024 07:49:19 +0000
Subject: [PATCH] chore(release): Bumped to Version 14.34.1

## [14.34.1](https://github.com/frappe/hrms/compare/v14.34.0...v14.34.1) (2024-10-23)

### Bug Fixes

* **Leave Policy Assignment:** calculation of months passed ([6c68493](https://github.com/frappe/hrms/commit/6c68493c17d3ec0da6b2d40a3a9a20d827ecaf2c))
---
 hrms/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hrms/__init__.py b/hrms/__init__.py
index 6a238fbed4..77c83f2d5f 100644
--- a/hrms/__init__.py
+++ b/hrms/__init__.py
@@ -1 +1 @@
-__version__ = "14.34.0"
+__version__ = "14.34.1"