Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.38.3
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
frappe-bot committed Jan 28, 2025
1 parent 0771408 commit fcf42f2
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.38.2"
__version__ = "15.38.3"


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

0 comments on commit fcf42f2

Please sign in to comment.