Skip to content

Commit 02e200a

Browse files
committed
chore(release): Bumped to Version 15.54.3
## [15.54.3](v15.54.2...v15.54.3) (2026-01-06) ### Bug Fixes * allow backdated leave application after creating expiry ledger entries ([d001caf](d001caf)) * correct condition to fetch manually expired leaves ([1b90c9b](1b90c9b)) * create reverse ledger entry for backdated leave applications ([cd1b9a5](cd1b9a5)) * NoneType check for allocation ([6b0d010](6b0d010))
1 parent bcadce5 commit 02e200a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hrms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import frappe
22

3-
__version__ = "15.54.2"
3+
__version__ = "15.54.3"
44

55

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

0 commit comments

Comments
 (0)