From 6549e2705a40627ff8a9cd817af0b7a237eb4eb1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 22 May 2024 07:52:27 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.21.1 ## [15.21.1](https://github.com/frappe/hrms/compare/v15.21.0...v15.21.1) (2024-05-22) ### Bug Fixes * added missing args ([05ed004](https://github.com/frappe/hrms/commit/05ed0048a8a688bb796d4d7f541d79c7b22ed3df)) * **Interview Feedback:** type cast user input for "rating" field to float (backport [#1799](https://github.com/frappe/hrms/issues/1799)) ([#1801](https://github.com/frappe/hrms/issues/1801)) ([cef40bd](https://github.com/frappe/hrms/commit/cef40bd8e9016e2b507bfd29f8c99b8e91e87aec)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 9b14628d48..ee1874d91d 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "15.21.0" +__version__ = "15.21.1" def refetch_resource(cache_key: str | list, user=None):