From ac4ec7bb3b92d6cf88c5a2f9d62cb38f0c02434d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 6 Mar 2024 09:09:54 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.22.1 ## [14.22.1](https://github.com/frappe/hrms/compare/v14.22.0...v14.22.1) (2024-03-06) ### Bug Fixes * company fixture setup error handling & flags (backport [#1504](https://github.com/frappe/hrms/issues/1504)) ([#1505](https://github.com/frappe/hrms/issues/1505)) ([7c619f0](https://github.com/frappe/hrms/commit/7c619f08d6a3aec35145f7563054f141fccc8370)) * enable no copy for Pending Amount & Returned Amount (backport [#1466](https://github.com/frappe/hrms/issues/1466)) ([#1470](https://github.com/frappe/hrms/issues/1470)) ([c09aaed](https://github.com/frappe/hrms/commit/c09aaed5b27482c40937e8cbad61d8edb946e01b)) * german translations (backport [#1463](https://github.com/frappe/hrms/issues/1463)) ([#1465](https://github.com/frappe/hrms/issues/1465)) ([518badc](https://github.com/frappe/hrms/commit/518badcdec57fa11d0c1029f07ea5adfc41fee52)) * german translations for "leave" (backport [#1500](https://github.com/frappe/hrms/issues/1500)) ([#1501](https://github.com/frappe/hrms/issues/1501)) ([9e1c5bb](https://github.com/frappe/hrms/commit/9e1c5bb6c42c5b3f44345209124f486b26442c08)) * **Payroll Entry:** consideration of Salary Slip Based on Timesheet as a filter query when it is disabled (backport [#1474](https://github.com/frappe/hrms/issues/1474)) ([#1481](https://github.com/frappe/hrms/issues/1481)) ([6c2e475](https://github.com/frappe/hrms/commit/6c2e475f9f004f03839869c5479850675c0d9c3e)) * **Staffing Plan:** honour company default currency (backport [#1461](https://github.com/frappe/hrms/issues/1461)) ([#1467](https://github.com/frappe/hrms/issues/1467)) ([f410123](https://github.com/frappe/hrms/commit/f4101235b9ed424cba938cb6d314ef722be772c6)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 91bfefb1fe..0bee02709f 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.22.0" +__version__ = "14.22.1"