Skip to content

Commit fcf42f2

Browse files
committed
chore(release): Bumped to Version 15.38.3
## [15.38.3](v15.38.2...v15.38.3) (2025-01-28) ### Bug Fixes * alert on fetch shift if no shift is found ([337cc8d](337cc8d)) * cancell loan repayment on fnf cancellation ([0c62a3b](0c62a3b)) * fetch shift even if previous shift is not the same as current shift ([2029a8b](2029a8b)) * handle loan repayment on fnf submission ([2f70cf0](2f70cf0)) * Lending app uninstall error ([8c8019a](8c8019a)) * undo change ([148d73d](148d73d))
1 parent 0771408 commit fcf42f2

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.38.2"
3+
__version__ = "15.38.3"
44

55

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

0 commit comments

Comments
 (0)