Skip to content

Commit

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

### Bug Fixes

* "Employee Exits" set as query report in hr workspace (backport [#2063](#2063)) ([#2065](#2065)) ([2bf3984](2bf3984))
* don't show button when attendance has been marked ([1982d81](1982d81))
* get_taxes condition ([9d2016c](9d2016c))
* regenerate yarn.lock file (backport [#2055](#2055)) ([#2056](#2056)) ([5162cc5](5162cc5))
* set as query report 1 in all workspace (backport [#2066](#2066)) ([#2068](#2068)) ([44fbec7](44fbec7))

### Features

* add Fetch Shift buttons from Employee Checkin ([81c0fef](81c0fef))
* show alert when shift is updated ([d187297](d187297))
  • Loading branch information
frappe-bot committed Aug 15, 2024
1 parent a43034e commit 931a3c6
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.25.2"
__version__ = "15.26.0"


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

0 comments on commit 931a3c6

Please sign in to comment.