Skip to content

Commit 0c8e02f

Browse files
committed
chore(release): Bumped to Version 16.4.0
# [16.4.0](v16.3.1...v16.4.0) (2026-02-10) ### Bug Fixes * apply user permission on attendance records while querying for report [#3937](#3937) ([00143de](00143de)) * **attendance:** remove invalid field for attendance calendar view ([5a398b9](5a398b9)) * **attendance:** use valuewrapper for doctype ([c60614a](c60614a)) * correct query to fetch records without checkins ([da54e1e](da54e1e)) * **employee-onboaring:** use boarding_status instead of status ([9565a2e](9565a2e)) * show attendance records for a shift that dont have checkins like absent records or manually marked attendance records as toggled with a checkbox in the report ([6cc2e33](6cc2e33)) * show date for which the holiday list is missing ([bd9856d](bd9856d)) ### Features * add return amount column in employee advance summary report ([0d6fd2a](0d6fd2a))
1 parent e776663 commit 0c8e02f

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.3.1"
3+
__version__ = "16.4.0"
44

55

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

0 commit comments

Comments
 (0)