Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.35.2
Browse files Browse the repository at this point in the history
## [15.35.2](v15.35.1...v15.35.2) (2024-11-20)

### Bug Fixes

* **Additional Salary:** mapped amount gets overwritten by salary component amount (backport [#2420](#2420)) ([#2429](#2429)) ([072e953](072e953))
* PWA translation in employee checkin and attendance request ([f03c998](f03c998))
  • Loading branch information
frappe-bot committed Nov 20, 2024
1 parent 19e576d commit 6f7a7b5
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.35.1"
__version__ = "15.35.2"


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

0 comments on commit 6f7a7b5

Please sign in to comment.