Skip to content

Commit 02f2d83

Browse files
committed
chore(release): Bumped to Version 15.20.1
## [15.20.1](v15.20.0...v15.20.1) (2024-04-27) ### Bug Fixes * get salary slip from the correct payroll period for data evaluation ([25cbc84](25cbc84)) * **HRA calculation:** fetch active salary assignment assigned before payroll period if none in period ([a6af0f1](a6af0f1)) * **Income Tax Computation:** eval locals for Income Tax Slab ([81ab7cf](81ab7cf))
1 parent 5a59bc2 commit 02f2d83

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.20.0"
3+
__version__ = "15.20.1"
44

55

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

0 commit comments

Comments
 (0)