Skip to content

Commit 3366227

Browse files
committed
chore(release): Bumped to Version 16.3.0
# [16.3.0](v16.2.0...v16.3.0) (2026-02-03) ### Bug Fixes * allow development server host ([#4056](#4056)) ([#4058](#4058)) ([17c6ceb](17c6ceb)) * avoid raising exception for unassigned holiday list while bulk marking attendance ([d711c98](d711c98)) * check_app_permission returns False for Website Users ([84013c4](84013c4)) * consider holiday list assignments while fetching unmarked days for bulk attendance marking ([1b186d4](1b186d4)) * correct patch name ([62309e9](62309e9)) * employee advance account's account type should be receivable ([f5dfd76](f5dfd76)) * **gratuity:** consider default amount ([#4007](#4007)) ([#4033](#4033)) ([ebcd828](ebcd828)) * **naming:** use function appropriately to avoid double naming ([508c324](508c324)) * payroll date validation in additional salary ([79655b0](79655b0)) * update leave balance while cancelling the compensatory leave request ([de1764c](de1764c)) * use untranslated id to filter column instead of translated column name ([460af65](460af65)) * **user-type:** add leave type read permission for employee self service ([8d1f4b1](8d1f4b1)) * validate dates in additional salary ([dabe358](dabe358)) ### Features * **api:** added guest API to fetch disable_user_pass_login system setting ([f5bdc4d](f5bdc4d)) * **login:** Show password login only if not disabled ([31ec4d2](31ec4d2)) * **salary_register:** show Loan Repayment column only when Lending app is installed ([4ec9d2b](4ec9d2b))
1 parent 2dbdff4 commit 3366227

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.2.0"
3+
__version__ = "16.3.0"
44

55

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

0 commit comments

Comments
 (0)