Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.11.1
Browse files Browse the repository at this point in the history
## [15.11.1](v15.11.0...v15.11.1) (2024-02-13)

### Bug Fixes

* don't consider holidays as Absent when 'Consider Unmarked Attendance' = Absent ([deace66](deace66))
* exclude holidays while getting marked attendance days ([04df09e](04df09e))
* **Expense Claim:** status update on document cancellation (backport [#1392](#1392)) ([#1405](#1405)) ([9c0cd3d](9c0cd3d))
* handle attendance condition for missing holidays ([0452649](0452649))
* **Monthly Attendance Sheet:** parsing error (backport [#1415](#1415)) ([#1423](#1423)) ([2118961](2118961))
* update leave dashboard string to translatable format (backport [#1418](#1418)) ([#1420](#1420)) ([aa49f74](aa49f74))
  • Loading branch information
frappe-bot committed Feb 13, 2024
1 parent 6eed7a3 commit 24ec35d
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.0"
__version__ = "15.11.1"


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

0 comments on commit 24ec35d

Please sign in to comment.