Skip to content

Commit aa42d57

Browse files
committed
chore(release): Bumped to Version 16.4.1
## [16.4.1](v16.4.0...v16.4.1) (2026-02-18) ### Bug Fixes * **expense-claim:** remove create payment button on rejected claims ([020bff6](020bff6)) * **roster:** Use frappe client api to get employee values in Roster ([#4142](#4142)) ([736c315](736c315))
1 parent 90e6777 commit aa42d57

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.0"
3+
__version__ = "16.4.1"
44

55

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

0 commit comments

Comments
 (0)