Skip to content

Commit

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

### Bug Fixes

* Autocomplete search in Link component ([2dea65f](2dea65f))
* don't translate app name ([807bf53](807bf53))
* **Employee Grievance:** fix perms for Reports To field ([5178baf](5178baf))
* merge conflicts ([d263804](d263804))
* move debounce to query update + fix formatting ([6bef962](6bef962))
* translatability of boldened text ([f1b4922](f1b4922))
* translatability of work anniversary reminders (backport [#2092](#2092)) ([#2125](#2125)) ([3b20d28](3b20d28))
  • Loading branch information
frappe-bot committed Aug 28, 2024
1 parent 6897b13 commit c2fa62e
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.27.0"
__version__ = "15.27.1"


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

0 comments on commit c2fa62e

Please sign in to comment.