From e70b596c227ce9f1e6aedb6c6b67b876862a2ffd Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sat, 27 Jul 2024 14:00:27 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.29.1 ## [14.29.1](https://github.com/frappe/hrms/compare/v14.29.0...v14.29.1) (2024-07-27) ### Bug Fixes * Use `frm` instead of `this` (backport [#1990](https://github.com/frappe/hrms/issues/1990)) ([#1994](https://github.com/frappe/hrms/issues/1994)) ([90721c4](https://github.com/frappe/hrms/commit/90721c4d5e3c4b3759e48173a0b67159ab53d539)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 83e5d447d0..12d68619da 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.29.0" +__version__ = "14.29.1"