Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.28.2
Browse files Browse the repository at this point in the history
## [15.28.2](v15.28.1...v15.28.2) (2024-09-04)

### Bug Fixes

* **Employee Checkin:** set the form as dirty on fetching geolocation (backport [#2157](#2157)) ([#2158](#2158)) ([3598ae9](3598ae9))
* **Payroll:** calculate loan repayment amount based on payroll end date instead of posting date (backport [#2154](#2154)) ([#2156](#2156)) ([020344d](020344d))
* **Payroll:** skip dependent component update if no formula is set (backport [#2152](#2152)) ([#2153](#2153)) ([190959f](190959f))
  • Loading branch information
frappe-bot committed Sep 4, 2024
1 parent b84909e commit b766067
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.28.1"
__version__ = "15.28.2"


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

0 comments on commit b766067

Please sign in to comment.