Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.14.2
Browse files Browse the repository at this point in the history
## [15.14.2](v15.14.1...v15.14.2) (2024-03-20)

### Bug Fixes

* **build:** use --check-files to validate cached files ([d4eb090](d4eb090))
* don't update exchange rate for all references ([02161e4](02161e4))
* zero exchange rate ([c9cf77f](c9cf77f))
  • Loading branch information
frappe-bot committed Mar 20, 2024
1 parent bccdc2f commit 620a2d7
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.14.1"
__version__ = "15.14.2"


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

0 comments on commit 620a2d7

Please sign in to comment.