Skip to content

Commit 2fd8249

Browse files
committed
chore(release): Bumped to Version 15.9.2
## [15.9.2](v15.9.1...v15.9.2) (2024-01-24) ### Bug Fixes * **Employee Advance:** respect precision for return & paid amount ([2b6f27e](2b6f27e)) * **Expense Claim:** Pass company to properly pick currency for each record (backport [#1335](#1335)) ([#1337](#1337)) ([87a5647](87a5647)) * **Payroll Entry:** permissibility of Queued status doc cancellation (backport [#1298](#1298)) ([#1331](#1331)) ([3c20d42](3c20d42)) * **PWA:** default view for missing profile image (backport [#1343](#1343)) ([#1344](#1344)) ([c001f59](c001f59))
1 parent 4f7fc17 commit 2fd8249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hrms/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import frappe
22

3-
__version__ = "15.9.1"
3+
__version__ = "15.9.2"
44

55

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

0 commit comments

Comments
 (0)