From c4e536833d1723c8fa68181bdd6ec80be4bb2b4d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 27 Dec 2024 09:54:22 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.37.1 ## [15.37.1](https://github.com/frappe/hrms/compare/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](https://github.com/frappe/hrms/issues/2555)) ([#2556](https://github.com/frappe/hrms/issues/2556)) ([df4adc5](https://github.com/frappe/hrms/commit/df4adc54b0ccf97f18836928d52f59d44c64e7d1)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 197a4df77c..91de20ed9b 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "15.37.0" +__version__ = "15.37.1" def refetch_resource(cache_key: str | list, user=None):