Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.37.2
Browse files Browse the repository at this point in the history
## [15.37.2](v15.37.1...v15.37.2) (2025-01-08)

### Bug Fixes

* correct date handling for get_weekday in shift schedule assignment (backport [#2567](#2567)) ([#2573](#2573)) ([8e9882d](8e9882d))
* **CTC:** `amount_exempted_from_income_tax` only considers last deduction item (exempted from IT), not all (backport [#2568](#2568)) ([#2570](#2570)) ([2fac99d](2fac99d))
* skip patch if previous doctype doesn't exist (backport [#2571](#2571)) ([#2572](#2572)) ([bc4436b](bc4436b))
  • Loading branch information
frappe-bot committed Jan 8, 2025
1 parent dd64434 commit f1a1321
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.37.1"
__version__ = "15.37.2"


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

0 comments on commit f1a1321

Please sign in to comment.