Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.25.1
Browse files Browse the repository at this point in the history
## [15.25.1](v15.25.0...v15.25.1) (2024-07-31)

### Bug Fixes

* Sort lists before calling itertools.groupby (backport [#1997](#1997)) ([#2009](#2009)) ([8cb16a0](8cb16a0))
  • Loading branch information
frappe-bot committed Jul 31, 2024
1 parent 63a0d5d commit ff91e70
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.25.0"
__version__ = "15.25.1"


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

0 comments on commit ff91e70

Please sign in to comment.