From 5a61dcf70de2f6c85a48c3641c4cb1c0ff0a72fb Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 22 May 2024 07:51:59 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.28.1 ## [14.28.1](https://github.com/frappe/hrms/compare/v14.28.0...v14.28.1) (2024-05-22) ### Bug Fixes * added missing args ([9d2611f](https://github.com/frappe/hrms/commit/9d2611fb2838f6f1b2e8f1c9e008a26a1f3a73d7)) * **Interview Feedback:** type cast user input for "rating" field to float (backport [#1799](https://github.com/frappe/hrms/issues/1799)) ([#1800](https://github.com/frappe/hrms/issues/1800)) ([4ed93bd](https://github.com/frappe/hrms/commit/4ed93bdb77e0654f0bc80b63ed60949161a4b55b)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 38026f3d66..08b8b9f499 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.28.0" +__version__ = "14.28.1"