From ac713453f3360f22e6f703f842eeb68b19fb41e6 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 28 Aug 2024 09:18:54 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.30.1 ## [14.30.1](https://github.com/frappe/hrms/compare/v14.30.0...v14.30.1) (2024-08-28) ### Bug Fixes * **Employee Grievance:** fix perms for Reports To field ([d94cc71](https://github.com/frappe/hrms/commit/d94cc71d52f5a86b7a193550ade8cfb07ce8ec07)) * merge conflicts ([5ce0292](https://github.com/frappe/hrms/commit/5ce0292baec850563823b597c14dd44a409d38ca)) * translatability of work anniversary reminders (backport [#2092](https://github.com/frappe/hrms/issues/2092)) ([#2124](https://github.com/frappe/hrms/issues/2124)) ([9aa8e5e](https://github.com/frappe/hrms/commit/9aa8e5e309675a77079116149a2e52edfb628ba1)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 44c5e851c9..656fec1b42 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.30.0" +__version__ = "14.30.1"