From 24ec35d908c3e46e46a10cfb261c45154edaf971 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 13 Feb 2024 08:05:00 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.11.1 ## [15.11.1](https://github.com/frappe/hrms/compare/v15.11.0...v15.11.1) (2024-02-13) ### Bug Fixes * don't consider holidays as Absent when 'Consider Unmarked Attendance' = Absent ([deace66](https://github.com/frappe/hrms/commit/deace66a176ce7332b5afd4ec4a2e8747f9ba613)) * exclude holidays while getting marked attendance days ([04df09e](https://github.com/frappe/hrms/commit/04df09ebeafd574212adab0fda541a802064f25f)) * **Expense Claim:** status update on document cancellation (backport [#1392](https://github.com/frappe/hrms/issues/1392)) ([#1405](https://github.com/frappe/hrms/issues/1405)) ([9c0cd3d](https://github.com/frappe/hrms/commit/9c0cd3d3a1f7e877e476e36a3b748d4674b3c537)) * handle attendance condition for missing holidays ([0452649](https://github.com/frappe/hrms/commit/04526498681c935b32ee0118ceb730575f5b4b16)) * **Monthly Attendance Sheet:** parsing error (backport [#1415](https://github.com/frappe/hrms/issues/1415)) ([#1423](https://github.com/frappe/hrms/issues/1423)) ([2118961](https://github.com/frappe/hrms/commit/2118961b7964f9088c5bf0806ce4904dc17e40af)) * update leave dashboard string to translatable format (backport [#1418](https://github.com/frappe/hrms/issues/1418)) ([#1420](https://github.com/frappe/hrms/issues/1420)) ([aa49f74](https://github.com/frappe/hrms/commit/aa49f74464240c4799a17f2ab97d2800bba5af18)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 52daa1599a..4a7abdfcab 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "15.11.0" +__version__ = "15.11.1" def refetch_resource(cache_key: str | list, user=None):