Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.20.2
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
frappe-bot committed May 1, 2024
1 parent 21d50e5 commit d82a184
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.20.1"
__version__ = "15.20.2"


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

0 comments on commit d82a184

Please sign in to comment.