Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.27.0
Browse files Browse the repository at this point in the history
# [15.27.0](v15.26.0...v15.27.0) (2024-08-21)

### Bug Fixes

* backport german translations from develop ([#2098](#2098)) ([6cf777d](6cf777d))
* **PWA:** Allow login using username (backport [#2090](#2090)) ([#2095](#2095)) ([514b782](514b782))
* setup wizard breaks for non-admin user during ERPNext setup on frappehr.com domains (backport [#2100](#2100)) ([#2102](#2102)) ([3e7bb1f](3e7bb1f))

### Features

* add HR app to apps page ([#2076](#2076)) ([#2096](#2096)) ([f676dd4](f676dd4))
  • Loading branch information
frappe-bot committed Aug 21, 2024
1 parent 637910e commit ae5676d
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.26.0"
__version__ = "15.27.0"


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

0 comments on commit ae5676d

Please sign in to comment.