Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.25.2
Browse files Browse the repository at this point in the history
## [15.25.2](v15.25.1...v15.25.2) (2024-08-07)

### Bug Fixes

* bank entry reference in payroll (backport [#2037](#2037)) ([#2039](#2039)) ([432f977](432f977))
* concurrency issue leading to duplicate attendance insertion ([#2041](#2041)) ([#2043](#2043)) ([957537c](957537c))
* filter and bold issue in Salary Payments Based On Payment Mode (backport [#2025](#2025)) ([#2049](#2049)) ([46ed7be](46ed7be))
* filter in reports (backport [#1987](#1987)) ([#2045](#2045)) ([ac35324](ac35324))
* query in Provident Fund and Professional Tax Deductions reports (backport [#2026](#2026)) ([#2034](#2034)) ([8d056db](8d056db))
* rendering the email template subject in leave notification (backport [#2027](#2027)) ([#2047](#2047)) ([cd1bdc0](cd1bdc0))
* wrong compute of CTC on salary slip, if employee relieving date before end of payroll period. (backport [#1779](#1779)) ([#2054](#2054)) ([ddf4cdb](ddf4cdb))
* wrong translation of "Manual" ([1bdc836](1bdc836))
  • Loading branch information
frappe-bot committed Aug 7, 2024
1 parent 996f4a5 commit e408016
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.25.1"
__version__ = "15.25.2"


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

0 comments on commit e408016

Please sign in to comment.