From 5c83e086911d3c972c6206edd452901dbbd58c34 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 27 Dec 2023 11:56:28 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.20.1 ## [14.20.1](https://github.com/frappe/hrms/compare/v14.20.0...v14.20.1) (2023-12-27) ### Bug Fixes * **Payroll:** accrual entry creation fails if any employee has no earnings (backport [#1214](https://github.com/frappe/hrms/issues/1214)) ([#1215](https://github.com/frappe/hrms/issues/1215)) ([451c622](https://github.com/frappe/hrms/commit/451c622e0e4611acaacc0dcfd4273766ad4709c6)) * Retention Bonus doc cancellation. (backport [#1189](https://github.com/frappe/hrms/issues/1189)) ([#1208](https://github.com/frappe/hrms/issues/1208)) ([a8a1341](https://github.com/frappe/hrms/commit/a8a13415049e6e1d7bfd96a47baba7a6ee8cb9df)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index b1b0251240..3b2406325a 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.20.0" +__version__ = "14.20.1"