Skip to content

Commit d82a184

Browse files
committed
chore(release): Bumped to Version 15.20.2
## [15.20.2](v15.20.1...v15.20.2) (2024-05-01) ### Bug Fixes * autofill skills on entering designation in Interview Round (backport [#1706](#1706)) ([#1735](#1735)) ([f3961b7](f3961b7)) * **Employee Advance:** selection of currency ([ee86b5d](ee86b5d)) * **Employee Attendance Tool:** 'On Leave' status showing as undefined in marked attendance summary (backport [#1712](#1712)) ([#1733](#1733)) ([34894c0](34894c0)) * **Leave Application:** half day date picker rendering (backport [#1643](#1643)) ([#1731](#1731)) ([9ff1f14](9ff1f14)) * merge conflicts ([29cbccd](29cbccd)) * ruff linting issues ([aa47352](aa47352)) * semgrep errors ([e77021a](e77021a))
1 parent 21d50e5 commit d82a184

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.20.1"
3+
__version__ = "15.20.2"
44

55

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

0 commit comments

Comments
 (0)