Skip to content

Commit d4bd0b1

Browse files
committed
chore(release): Bumped to Version 15.17.0
# [15.17.0](v15.16.0...v15.17.0) (2024-04-10) ### Bug Fixes * assignment link in tax slab validation ([fc23a21](fc23a21)) * employee filter in list view of shift assignment (backport [#1624](#1624)) ([#1627](#1627)) ([38030b5](38030b5)) * shift type filter in list view of shift assignment (backport [#1625](#1625)) ([#1629](#1629)) ([e8fc0f0](e8fc0f0)) * use reference name while updating exc rate (backport [#1623](#1623)) ([#1635](#1635)) ([d5a45f2](d5a45f2)) * validate/warn overwriting tax in additional salary ([fa833e0](fa833e0)) ### Features * add total row for single employee & leave type ([7d8a3c5](7d8a3c5)) * add transaction type & name filter ([bb967ae](bb967ae)) * add View Ledger buttons to leave transactions ([6f630ac](6f630ac)) * Leave Ledger Report ([9be6701](9be6701)) * **Payroll:** allow overwriting tax component through additional salary ([ac23771](ac23771)) * show holidays and colour code in attendance calendar ([75c1e16](75c1e16))
1 parent 34ad250 commit d4bd0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hrms/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import frappe
22

3-
__version__ = "15.16.0"
3+
__version__ = "15.17.0"
44

55

66
def refetch_resource(cache_key: str | list, user=None):

0 commit comments

Comments
 (0)