Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.19.0
Browse files Browse the repository at this point in the history
# [15.19.0](v15.18.0...v15.19.0) (2024-04-18)

### Bug Fixes

* conditional rendering for checkin ion-modal (backport [#1678](#1678)) ([#1679](#1679)) ([8afc06a](8afc06a))

### Features

* **minor:** Show leave allocation table in Leave Application on refresh hook (backport [#1375](#1375)) ([#1675](#1675)) ([888d383](888d383))
  • Loading branch information
frappe-bot committed Apr 18, 2024
1 parent 8282ff2 commit 77dcf83
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.18.0"
__version__ = "15.19.0"


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

0 comments on commit 77dcf83

Please sign in to comment.