From 71e67d83f52fe811c04f7de18a82d936971d9d27 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 31 Jul 2024 10:42:47 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.29.2 ## [14.29.2](https://github.com/frappe/hrms/compare/v14.29.1...v14.29.2) (2024-07-31) ### Bug Fixes * Sort lists before calling itertools.groupby (backport [#1997](https://github.com/frappe/hrms/issues/1997)) ([#2008](https://github.com/frappe/hrms/issues/2008)) ([b2dbb0a](https://github.com/frappe/hrms/commit/b2dbb0a0cf1d9c4279ff92fbae6c343b1d55dd10)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 12d68619da..0e6853e21c 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.29.1" +__version__ = "14.29.2"