From a12476065b25f4aa46238aebc6fd5adc361191c8 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 1 Nov 2023 14:03:26 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.15.0 # [14.15.0](https://github.com/frappe/hrms/compare/v14.14.0...v14.15.0) (2023-11-01) ### Bug Fixes * close employee loan on write off ([#990](https://github.com/frappe/hrms/issues/990)) ([245944d](https://github.com/frappe/hrms/commit/245944d91afbda80eb2de695ef200755babb6e21)) ### Features * Add Select/Unselect All options in Mark Attendance Dialog ([#1005](https://github.com/frappe/hrms/issues/1005)) ([#1006](https://github.com/frappe/hrms/issues/1006)) ([ee15df8](https://github.com/frappe/hrms/commit/ee15df820e673753edd177f11338fb3a44d6888a)) * Add sender in payroll setting & HR Setting ([0565dbf](https://github.com/frappe/hrms/commit/0565dbfdad866b534cf485348a45539799417ac5)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 7be20e13a7..096a09859b 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.14.0" +__version__ = "14.15.0"