Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.9.0
Browse files Browse the repository at this point in the history
# [15.9.0](v15.8.0...v15.9.0) (2024-01-10)

### Bug Fixes

* cannot update status for Group Goals ([fba6087](fba6087))
* comp leave request fails on leave period boundary dates ([82144c3](82144c3))
* error message tense ([bc6024c](bc6024c))
* **Expense Claim:** description not saved (backport [#1265](#1265)) ([#1267](#1267)) ([60c099b](60c099b))
* expired leave balance is -ve when leaves taken > carry forwarded expired leaves (backport [#1288](#1288)) ([#1292](#1292)) ([48dfe64](48dfe64))
* get current leave period for leave balance report (backport [#1277](#1277)) ([#1279](#1279)) ([beb3d82](beb3d82))
* incorrect night shift assignment timings in shift calendar ([a12df94](a12df94))
* naming ([2fd540d](2fd540d))
* salary slip cancellation with loan repayment (backport [#1270](#1270)) ([#1271](#1271)) ([98702b0](98702b0))
* **Salary Slip:** data evaluation (backport [#1283](#1283)) ([#1290](#1290)) ([c7b4dfc](c7b4dfc))
* show error after confirm dialog ([c75a3b9](c75a3b9))
* status past tense ([9221bc0](9221bc0))
* translation strings ([b8f8b86](b8f8b86))
* ui update on progress update ([f23f995](f23f995))

### Features

* add bulk action for updating status ([2885a51](2885a51))
* add bulk unarchive and reopen ([c9fdb37](c9fdb37))
* **Goal Tree:** add Mark as Completed ([6e445aa](6e445aa))
* make Bulk Assign Structure a primary button and add Branch filter (backport [#1197](#1197)) ([#1276](#1276)) ([1fedea1](1fedea1))
  • Loading branch information
frappe-bot committed Jan 10, 2024
1 parent 97ea288 commit 17678bb
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.8.0"
__version__ = "15.9.0"


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

0 comments on commit 17678bb

Please sign in to comment.