Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.37.1
Browse files Browse the repository at this point in the history
## [15.37.1](v15.37.0...v15.37.1) (2024-12-27)

### Bug Fixes

* **PWA:** show dates first in expense claims for consistency with leave items (backport [#2555](#2555)) ([#2556](#2556)) ([df4adc5](df4adc5))
  • Loading branch information
frappe-bot committed Dec 27, 2024
1 parent 0b3acac commit c4e5368
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.37.0"
__version__ = "15.37.1"


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

0 comments on commit c4e5368

Please sign in to comment.