Skip to content

Commit 7780627

Browse files
committed
chore(release): Bumped to Version 16.4.2
## [16.4.2](v16.4.1...v16.4.2) (2026-02-25) ### Bug Fixes * better api endpoint ([ab9fbe7](ab9fbe7)) * **patch:** check user type existence ([92d3741](92d3741)) * **test:** correct test setup ([c18f88b](c18f88b)) * typo ([59d0967](59d0967))
1 parent e842223 commit 7780627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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__ = "16.4.1"
3+
__version__ = "16.4.2"
44

55

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

0 commit comments

Comments
 (0)