From 931a3c6f26ff293f29a3e70f9461a1dfe2c3d2bf Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 15 Aug 2024 13:46:27 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.26.0 # [15.26.0](https://github.com/frappe/hrms/compare/v15.25.2...v15.26.0) (2024-08-15) ### Bug Fixes * "Employee Exits" set as query report in hr workspace (backport [#2063](https://github.com/frappe/hrms/issues/2063)) ([#2065](https://github.com/frappe/hrms/issues/2065)) ([2bf3984](https://github.com/frappe/hrms/commit/2bf39848458dbdef319346a0caf6609295f8acaf)) * don't show button when attendance has been marked ([1982d81](https://github.com/frappe/hrms/commit/1982d818b7afc948e4c1d8bd95a77580f23e0cd9)) * get_taxes condition ([9d2016c](https://github.com/frappe/hrms/commit/9d2016c1e8dc0821e35e84b316734bef07cef18c)) * regenerate yarn.lock file (backport [#2055](https://github.com/frappe/hrms/issues/2055)) ([#2056](https://github.com/frappe/hrms/issues/2056)) ([5162cc5](https://github.com/frappe/hrms/commit/5162cc5ddb35d0dda7dfb46d17cd16ede7292731)) * set as query report 1 in all workspace (backport [#2066](https://github.com/frappe/hrms/issues/2066)) ([#2068](https://github.com/frappe/hrms/issues/2068)) ([44fbec7](https://github.com/frappe/hrms/commit/44fbec7186917e9141301443f463cc0a451f5220)) ### Features * add Fetch Shift buttons from Employee Checkin ([81c0fef](https://github.com/frappe/hrms/commit/81c0fef91f6e6ca6f978c32e7ae99336394fcab4)) * show alert when shift is updated ([d187297](https://github.com/frappe/hrms/commit/d187297232c371e72156d8607afa30aae79aaea3)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 766cc1aab3..4b0aa611c0 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "15.25.2" +__version__ = "15.26.0" def refetch_resource(cache_key: str | list, user=None):