From ae5676d9aaeb26d594c0b00d2107def1870c419a Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 21 Aug 2024 06:45:32 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.27.0 # [15.27.0](https://github.com/frappe/hrms/compare/v15.26.0...v15.27.0) (2024-08-21) ### Bug Fixes * backport german translations from develop ([#2098](https://github.com/frappe/hrms/issues/2098)) ([6cf777d](https://github.com/frappe/hrms/commit/6cf777d2e07a00752b7fc4460aaa904e7dac7d9d)) * **PWA:** Allow login using username (backport [#2090](https://github.com/frappe/hrms/issues/2090)) ([#2095](https://github.com/frappe/hrms/issues/2095)) ([514b782](https://github.com/frappe/hrms/commit/514b782cf10e9135f88044814119162e4261b2c8)) * setup wizard breaks for non-admin user during ERPNext setup on frappehr.com domains (backport [#2100](https://github.com/frappe/hrms/issues/2100)) ([#2102](https://github.com/frappe/hrms/issues/2102)) ([3e7bb1f](https://github.com/frappe/hrms/commit/3e7bb1f2bd614b0a1709ce80c0fb778b03326ce3)) ### Features * add HR app to apps page ([#2076](https://github.com/frappe/hrms/issues/2076)) ([#2096](https://github.com/frappe/hrms/issues/2096)) ([f676dd4](https://github.com/frappe/hrms/commit/f676dd435a0b9cc017d1a693104a1e88c2572241)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 4b0aa611c0..e07e403932 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "15.26.0" +__version__ = "15.27.0" def refetch_resource(cache_key: str | list, user=None):