From 28b59751c975b2a63dc74d03ab8d0e4f306db304 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 1 Nov 2023 14:07:29 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.1.0 # [15.1.0](https://github.com/frappe/hrms/compare/v15.0.0...v15.1.0) (2023-11-01) ### Bug Fixes * close employee loan on write off ([#991](https://github.com/frappe/hrms/issues/991)) ([#1012](https://github.com/frappe/hrms/issues/1012)) ([9284a5d](https://github.com/frappe/hrms/commit/9284a5d0339a1049b35adfd9e1cdde8b8090e733)) ### Features * Add employee grade filter in payroll entry ([#960](https://github.com/frappe/hrms/issues/960)) ([#1013](https://github.com/frappe/hrms/issues/1013)) ([d843c20](https://github.com/frappe/hrms/commit/d843c2042a7f386965879fbc3b8caf1db62f377b)) * Add Select/Unselect All options in Mark Attendance Dialog ([#1005](https://github.com/frappe/hrms/issues/1005)) ([#1007](https://github.com/frappe/hrms/issues/1007)) ([95583bc](https://github.com/frappe/hrms/commit/95583bcd6ce1c5dd041e40aed46de1535d48aad6)) * Add sender in payroll setting & HR Setting ([147d841](https://github.com/frappe/hrms/commit/147d841d9772da196099350b8351267f077336f9)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index d5793afcb8..9a75d4360b 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "15.0.0" +__version__ = "15.1.0"