From 204d04dc658349e54f3594c48de44a7beea45fe5 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 16 May 2024 08:54:53 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.21.0 # [15.21.0](https://github.com/frappe/hrms/compare/v15.20.3...v15.21.0) (2024-05-16) ### Bug Fixes * merge conflicts ([9b9baaf](https://github.com/frappe/hrms/commit/9b9baafce6ee13575040a5db50e7b33b191e2c94)) * open full forms instead of quick entries in onboarding, update button labels ([ef828ea](https://github.com/frappe/hrms/commit/ef828ea63d069f0f56a2c9f6d638eead4f6c192a)) * **patch:** set/update user type limit while updating lending perm config (backport [#1769](https://github.com/frappe/hrms/issues/1769)) ([#1770](https://github.com/frappe/hrms/issues/1770)) ([0554db1](https://github.com/frappe/hrms/commit/0554db1b1765bdec810f8ad73c1905284cdf0c26)) * **Payroll:** handle empty condition/formula updates from salary components (backport [#1766](https://github.com/frappe/hrms/issues/1766)) ([#1772](https://github.com/frappe/hrms/issues/1772)) ([c5a055c](https://github.com/frappe/hrms/commit/c5a055cf490924bf09b52efe3f85c6fc697e6e5e)) * set payroll period dates based on last payroll period/current fiscal year ([15c8163](https://github.com/frappe/hrms/commit/15c8163000049ca57244f120a6e137e0ecce1bf4)) * simplify shift request overlapping validation ([edc8f72](https://github.com/frappe/hrms/commit/edc8f72f2f578d20c6ef26f7a4762553bdfd09c5)) * validation of overlapping shift dates ([be36cea](https://github.com/frappe/hrms/commit/be36cea79fa56513292600fea70cef4d16e9e994)) ### Features * **Create Payroll Period:** set Start & End Date as that of Fiscal Year if no Payroll Period exists ([e91def2](https://github.com/frappe/hrms/commit/e91def28e9ed518f0d61b83e1ca544c5a1851914)) * **minor:** allow using `rounded` function in salary slip formulae (backport [#1774](https://github.com/frappe/hrms/issues/1774)) ([#1776](https://github.com/frappe/hrms/issues/1776)) ([18cb376](https://github.com/frappe/hrms/commit/18cb376f8d4b0a042c3e2c27fe875a3e1855cecc)) * Preview Salary Slip from Salary Structure Assignment ([99dfea1](https://github.com/frappe/hrms/commit/99dfea1aaa7fa5b193f2f9511c7f4b9141788955)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index d1f9d1b6f3..9b14628d48 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "15.20.3" +__version__ = "15.21.0" def refetch_resource(cache_key: str | list, user=None):