Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.12.0
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
frappe-bot committed Feb 21, 2024
1 parent 8a85c90 commit f621be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import frappe

__version__ = "15.11.1"
__version__ = "15.12.0"


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

0 comments on commit f621be1

Please sign in to comment.