Skip to content

Commit 62ff31f

Browse files
committed
chore(release): Bumped to Version 15.14.0
# [15.14.0](v15.13.1...v15.14.0) (2024-03-15) ### Bug Fixes * convert datetime to date ([3d4e15b](3d4e15b)) * get blocked days in the correct order ([8097b25](8097b25)) * half day ([0204662](0204662)) * **Leave Application:** calendar view ([2ca02f6](2ca02f6)) * remove employee_name and leave_type before checking in events ([f6f2e66](f6f2e66)) * remove unused whitelisting from get_applicable_block_dates ([3b6fe13](3b6fe13)) * set employee before company ([a84c536](a84c536)) * show blocked dates as "allDay" ([abac3ff](abac3ff)) * use get_single_value instead of get_value ([fe6a8f7](fe6a8f7)) ### Features * **Gratuity:** allow setting work experience manually ([#1541](#1541)) ([#1543](#1543)) ([4ec7033](4ec7033))
1 parent a90a42b commit 62ff31f

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.13.1"
3+
__version__ = "15.14.0"
44

55

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

0 commit comments

Comments
 (0)