Skip to content

Commit 225d8bd

Browse files
committed
chore(release): Bumped to Version 15.16.0
# [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))
1 parent 318af48 commit 225d8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hrms/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import frappe
22

3-
__version__ = "15.15.0"
3+
__version__ = "15.16.0"
44

55

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

0 commit comments

Comments
 (0)