Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.21.1
Browse files Browse the repository at this point in the history
## [15.21.1](v15.21.0...v15.21.1) (2024-05-22)

### Bug Fixes

* added missing args ([05ed004](05ed004))
* **Interview Feedback:** type cast user input for "rating" field to float (backport [#1799](#1799)) ([#1801](#1801)) ([cef40bd](cef40bd))
  • Loading branch information
frappe-bot committed May 22, 2024
1 parent 603a1ad commit 6549e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import frappe

__version__ = "15.21.0"
__version__ = "15.21.1"


def refetch_resource(cache_key: str | list, user=None):
Expand Down

0 comments on commit 6549e27

Please sign in to comment.