Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.36.1
Browse files Browse the repository at this point in the history
## [15.36.1](v15.36.0...v15.36.1) (2024-12-18)

### Bug Fixes

* **Expense Claim:** allow editing company and department (backport [#2498](#2498)) ([#2515](#2515)) ([7b350f0](7b350f0))
* set correct work experience for gratuity ([d4cc8ce](d4cc8ce))
* set field level precision for work experience field in gratuity ([54da7ad](54da7ad))
  • Loading branch information
frappe-bot committed Dec 18, 2024
1 parent 61640cb commit 8fc6669
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.36.0"
__version__ = "15.36.1"


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

0 comments on commit 8fc6669

Please sign in to comment.