Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.20.1
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
frappe-bot committed Apr 27, 2024
1 parent 5a59bc2 commit 02f2d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import frappe

__version__ = "15.20.0"
__version__ = "15.20.1"


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

0 comments on commit 02f2d83

Please sign in to comment.