From d4bd0b121bd6c733e1f1f9fef1bf950ab5b00e9d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 10 Apr 2024 11:16:00 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.17.0 # [15.17.0](https://github.com/frappe/hrms/compare/v15.16.0...v15.17.0) (2024-04-10) ### Bug Fixes * assignment link in tax slab validation ([fc23a21](https://github.com/frappe/hrms/commit/fc23a2115964aef1ef411e05d5b8fca250f8223f)) * employee filter in list view of shift assignment (backport [#1624](https://github.com/frappe/hrms/issues/1624)) ([#1627](https://github.com/frappe/hrms/issues/1627)) ([38030b5](https://github.com/frappe/hrms/commit/38030b5b9e0a4178d120e1c6e60aaf1a47b8aad4)) * shift type filter in list view of shift assignment (backport [#1625](https://github.com/frappe/hrms/issues/1625)) ([#1629](https://github.com/frappe/hrms/issues/1629)) ([e8fc0f0](https://github.com/frappe/hrms/commit/e8fc0f0505410fac04859a2f119122eda563bf16)) * use reference name while updating exc rate (backport [#1623](https://github.com/frappe/hrms/issues/1623)) ([#1635](https://github.com/frappe/hrms/issues/1635)) ([d5a45f2](https://github.com/frappe/hrms/commit/d5a45f23344b3de9f84d9a7f6238391c6112a376)) * validate/warn overwriting tax in additional salary ([fa833e0](https://github.com/frappe/hrms/commit/fa833e002ce43a4b98eef8b3bd26530837cf95e3)) ### Features * add total row for single employee & leave type ([7d8a3c5](https://github.com/frappe/hrms/commit/7d8a3c502e305965cf60211ad32ab8de71f61389)) * add transaction type & name filter ([bb967ae](https://github.com/frappe/hrms/commit/bb967ae4550274906852fce37cc9e850ea15ee8e)) * add View Ledger buttons to leave transactions ([6f630ac](https://github.com/frappe/hrms/commit/6f630acd64cbbdb16c804a740bf15e5b146a5b46)) * Leave Ledger Report ([9be6701](https://github.com/frappe/hrms/commit/9be67010cd755f9a8737bc3f03e99265a41d92e4)) * **Payroll:** allow overwriting tax component through additional salary ([ac23771](https://github.com/frappe/hrms/commit/ac23771da5bb9d7da1a6585e0d186346cac0bd4d)) * show holidays and colour code in attendance calendar ([75c1e16](https://github.com/frappe/hrms/commit/75c1e160ae10cca54d5e3c034d22d2496f98ca3c)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index a1921f2255..33bb155393 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "15.16.0" +__version__ = "15.17.0" def refetch_resource(cache_key: str | list, user=None):