Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.7.1
Browse files Browse the repository at this point in the history
## [15.7.1](v15.7.0...v15.7.1) (2023-12-27)

### Bug Fixes

* **Payroll:** accrual entry creation fails if any employee has no earnings (backport [#1214](#1214)) ([#1216](#1216)) ([12e5e66](12e5e66))
* Retention Bonus doc cancellation. (backport [#1189](#1189)) ([#1209](#1209)) ([40d68ea](40d68ea))
  • Loading branch information
frappe-bot committed Dec 27, 2023
1 parent 7650f58 commit a64dc54
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.7.0"
__version__ = "15.7.1"


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

0 comments on commit a64dc54

Please sign in to comment.