Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.9.2
Browse files Browse the repository at this point in the history
## [15.9.2](v15.9.1...v15.9.2) (2024-01-24)

### Bug Fixes

* **Employee Advance:** respect precision for return & paid amount ([2b6f27e](2b6f27e))
* **Expense Claim:** Pass company to properly pick currency for each record (backport [#1335](#1335)) ([#1337](#1337)) ([87a5647](87a5647))
* **Payroll Entry:** permissibility of Queued status doc cancellation (backport [#1298](#1298)) ([#1331](#1331)) ([3c20d42](3c20d42))
* **PWA:** default view for missing profile image (backport [#1343](#1343)) ([#1344](#1344)) ([c001f59](c001f59))
  • Loading branch information
frappe-bot committed Jan 24, 2024
1 parent 4f7fc17 commit 2fd8249
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.9.1"
__version__ = "15.9.2"


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

0 comments on commit 2fd8249

Please sign in to comment.