From c013b521cf678b40ee51737546435d94df47d608 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 26 Sep 2024 06:48:42 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.30.0 # [15.30.0](https://github.com/frappe/hrms/compare/v15.29.0...v15.30.0) (2024-09-26) ### Bug Fixes * Accomodate `common_filters=None` in Bank Reco API ([7204774](https://github.com/frappe/hrms/commit/72047745560533804fff7ea684d7603ad6a203ac)) * don't access db unnecessarily ([#2219](https://github.com/frappe/hrms/issues/2219)) ([b456ee0](https://github.com/frappe/hrms/commit/b456ee0264d2ef79bd2ecbde92f8502404060ef7)) * **Roster:** align with copy-html-entry constant ([#2216](https://github.com/frappe/hrms/issues/2216)) ([9af2255](https://github.com/frappe/hrms/commit/9af22552d822215f0385b51506a8fc26bff13d21)) * site name != host ([#2212](https://github.com/frappe/hrms/issues/2212)) ([7eb2b5b](https://github.com/frappe/hrms/commit/7eb2b5be6cedd4fdac3984ba6e9fee03af971955)) ### Features * add error message for annual allocation exceeded ([f28635f](https://github.com/frappe/hrms/commit/f28635f103df263892ed074308b23d1c48961324)) * **Earned Leave:** allocate leaves manually ([9797033](https://github.com/frappe/hrms/commit/97970335876a6a71417d4aff8b71300b3ea02afd)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index b3ee8fca2d..a93ad89400 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "15.29.0" +__version__ = "15.30.0" def refetch_resource(cache_key: str | list, user=None):