Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.16.0
Browse files Browse the repository at this point in the history
# [15.16.0](v15.15.0...v15.16.0) (2024-04-03)

### Bug Fixes

* employee filter in list view of employee checkin (backport [#1612](#1612)) ([#1616](#1616)) ([c2bb8e6](c2bb8e6))
* **Job Opening:** update modified to sync doctype update (backport [#1606](#1606)) ([#1607](#1607)) ([e6cd651](e6cd651))
* **PWA:** csrf token error (backport [#1604](#1604)) ([#1605](#1605)) ([9527450](9527450))

### Features

* **Job Portal:** add Publish Applications Received toggle ([#1561](#1561)) ([#1601](#1601)) ([bf480e1](bf480e1))
  • Loading branch information
frappe-bot committed Apr 3, 2024
1 parent 318af48 commit 225d8bd
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.15.0"
__version__ = "15.16.0"


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

0 comments on commit 225d8bd

Please sign in to comment.