Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.30.0
Browse files Browse the repository at this point in the history
# [15.30.0](v15.29.0...v15.30.0) (2024-09-26)

### Bug Fixes

* Accomodate `common_filters=None` in Bank Reco API ([7204774](7204774))
* don't access db unnecessarily ([#2219](#2219)) ([b456ee0](b456ee0))
* **Roster:** align with copy-html-entry constant ([#2216](#2216)) ([9af2255](9af2255))
* site name != host ([#2212](#2212)) ([7eb2b5b](7eb2b5b))

### Features

* add error message for annual allocation exceeded ([f28635f](f28635f))
* **Earned Leave:** allocate leaves manually ([9797033](9797033))
  • Loading branch information
frappe-bot committed Sep 26, 2024
1 parent b3deb3b commit c013b52
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.29.0"
__version__ = "15.30.0"


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

0 comments on commit c013b52

Please sign in to comment.