Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.31.0
Browse files Browse the repository at this point in the history
# [15.31.0](v15.30.0...v15.31.0) (2024-10-07)

### Features

* allow get_first_day and get_last_day in salary slip eval ([f938cff](f938cff))
* show In and Out Time in Attendance even if there is only one log ([1c72b9a](1c72b9a))
  • Loading branch information
frappe-bot committed Oct 7, 2024
1 parent 1b4a111 commit eaeecd1
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.30.0"
__version__ = "15.31.0"


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

0 comments on commit eaeecd1

Please sign in to comment.