From 0f39cd4a7ff8186a3c958a9dbbb5b54438ab83c3 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 24 May 2024 11:42:57 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.21.2 ## [15.21.2](https://github.com/frappe/hrms/compare/v15.21.1...v15.21.2) (2024-05-24) ### Bug Fixes * consider payment days = total working days in the last salary slip while calculating Gratuity ([0993c74](https://github.com/frappe/hrms/commit/0993c74c26b4fbd258278da4d7977a92f739e42f)) * **Expense Claim:** update of Outstanding Amount on Payment Entry submission ([31cecd9](https://github.com/frappe/hrms/commit/31cecd9d3c830133aedab508e1035f43430ac92a)) * only fetch required fields from gratuity slabs ([2a68245](https://github.com/frappe/hrms/commit/2a6824553d0bab45376fb7a78fd263637ee167f3)) * update all past Payment Entries outstanding amount ([c62f237](https://github.com/frappe/hrms/commit/c62f237346536eb5e7409e02b6aca7ba99b893d6)) * update outstanding amount only in the current payment entry ([5846a0a](https://github.com/frappe/hrms/commit/5846a0affda4aa74533bab35ddddc7b75e8585c5)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index ee1874d91d..e58fc462a5 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "15.21.1" +__version__ = "15.21.2" def refetch_resource(cache_key: str | list, user=None):