Skip to content

Commit f621be1

Browse files
committed
chore(release): Bumped to Version 15.12.0
# [15.12.0](v15.11.1...v15.12.0) (2024-02-21) ### Bug Fixes * leave application status vs max consecutive days calculation (backport [#1447](#1447)) ([#1454](#1454)) ([172eca5](172eca5)) * **Leave Application:** Corrected rendering of Leave Application email template when HTML format is used (backport [#1435](#1435)) ([#1443](#1443)) ([048c680](048c680)) * loan repayment start date in tests ([35c8425](35c8425)) * **Monthly Attendance Sheet:** parsing error for data values (backport [#1446](#1446)) ([#1452](#1452)) ([00416e6](00416e6)) * payroll entry loan tests ([433768d](433768d)) ### Features * pass doctype as context when translating label (backport [#1439](#1439)) ([#1441](#1441)) ([1e3600f](1e3600f))
1 parent 8a85c90 commit f621be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hrms/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import frappe
22

3-
__version__ = "15.11.1"
3+
__version__ = "15.12.0"
44

55

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

0 commit comments

Comments
 (0)