Skip to content

Commit ec85518

Browse files
committed
chore(release): Bumped to Version 15.57.0
# [15.57.0](v15.56.0...v15.57.0) (2026-02-03) ### Bug Fixes * allow development server host ([#4056](#4056)) ([#4057](#4057)) ([064c992](064c992)) * check_app_permission returns False for Website Users ([5e49379](5e49379)) * correct patch name ([bd3a47c](bd3a47c)) * employee advance account's account type should be receivable ([606a05a](606a05a)) * **gratuity:** consider default amount ([#4007](#4007)) ([#4032](#4032)) ([7cf8082](7cf8082)) * **naming:** use function appropriately to avoid double naming ([1945c50](1945c50)) * payroll date validation in additional salary ([f5e8837](f5e8837)) * update leave balance while cancelling the compensatory leave request ([4f7a293](4f7a293)) * use untranslated id to filter column instead of translated column name ([d10925c](d10925c)) * **user-type:** add leave type read permission for employee self service ([a8f7a32](a8f7a32)) * validate dates in additional salary ([24d5edb](24d5edb)) ### Features * **api:** added guest API to fetch disable_user_pass_login system setting ([ab68452](ab68452)) * **login:** Show password login only if not disabled ([2614737](2614737)) * **salary_register:** show Loan Repayment column only when Lending app is installed ([7fe73b6](7fe73b6))
1 parent bcfc07f commit ec85518

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__ = "15.56.0"
3+
__version__ = "15.57.0"
44

55

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

0 commit comments

Comments
 (0)