Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.22.0
Browse files Browse the repository at this point in the history
# [15.22.0](v15.21.2...v15.22.0) (2024-05-30)

### Bug Fixes

* adjust score for autocompletions ([3eddaed](3eddaed))
* formula checkbox label ([daabeb0](daabeb0))
* goal score autocompletion ([3815b58](3815b58))
* show fixed no of digits in location coordinates ([14b8e44](14b8e44))
* skip setting geolocation if tracking is disabled ([c886999](c886999))
* **test:** revert final score changes ([2090bb2](2090bb2))
* **Travel Request:** get currency from Employee Master's Company (backport [#1807](#1807)) ([#1819](#1819)) ([515a44b](515a44b))

### Features

* allow adding formula to calculate final score in appraisal cycle ([76541b6](76541b6))
* **Desk:** fetch geolocation btn in Employee Checkin form ([e49589f](e49589f))
* geolocation in Employee Checkin ([dcb55e5](dcb55e5))
* HR Setting to enable geolocation tracking ([609657f](609657f))
* **PWA:** capture geolocation in checkins ([1132f91](1132f91))
* set desc for formula setting & make formula mandatory if checkbox is enabled ([1929a5d](1929a5d))
* split coordinates field into lat, long and set geolocation on validate ([7aad1ae](7aad1ae))
  • Loading branch information
frappe-bot committed May 30, 2024
1 parent f3684c1 commit 00351a4
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.21.2"
__version__ = "15.22.0"


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

0 comments on commit 00351a4

Please sign in to comment.