From 00351a40e358963fdb41d4c2a2afef58e572ad1c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 30 May 2024 06:19:09 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.22.0 # [15.22.0](https://github.com/frappe/hrms/compare/v15.21.2...v15.22.0) (2024-05-30) ### Bug Fixes * adjust score for autocompletions ([3eddaed](https://github.com/frappe/hrms/commit/3eddaedf642595671eb6f923c750e1bd4bba48aa)) * formula checkbox label ([daabeb0](https://github.com/frappe/hrms/commit/daabeb038b66bfe96e2e48227fe0ac57e0fa6156)) * goal score autocompletion ([3815b58](https://github.com/frappe/hrms/commit/3815b588b0602b9a39c5a30242e979424452dc80)) * show fixed no of digits in location coordinates ([14b8e44](https://github.com/frappe/hrms/commit/14b8e44cf746bb075ae460cd58e6f0ddb92803f0)) * skip setting geolocation if tracking is disabled ([c886999](https://github.com/frappe/hrms/commit/c8869991d264a3cf7b535791a6c2ecc617354536)) * **test:** revert final score changes ([2090bb2](https://github.com/frappe/hrms/commit/2090bb2709671994c0c89381a71696f1bde84db2)) * **Travel Request:** get currency from Employee Master's Company (backport [#1807](https://github.com/frappe/hrms/issues/1807)) ([#1819](https://github.com/frappe/hrms/issues/1819)) ([515a44b](https://github.com/frappe/hrms/commit/515a44b0b256f1865bfe0ff75cbbf4b16d24fa03)) ### Features * allow adding formula to calculate final score in appraisal cycle ([76541b6](https://github.com/frappe/hrms/commit/76541b6b52d6788ed109c368256d9c599af4a58b)) * **Desk:** fetch geolocation btn in Employee Checkin form ([e49589f](https://github.com/frappe/hrms/commit/e49589ffaec8d5a2bc3509fe41d6f26bf0a2ac4a)) * geolocation in Employee Checkin ([dcb55e5](https://github.com/frappe/hrms/commit/dcb55e5933b54b8bcb6ec9f0419c665f67211f62)) * HR Setting to enable geolocation tracking ([609657f](https://github.com/frappe/hrms/commit/609657f6f82b73db55b42de867f0ef2a1409075a)) * **PWA:** capture geolocation in checkins ([1132f91](https://github.com/frappe/hrms/commit/1132f91843877500ba88535aac49dc0eb99734bc)) * set desc for formula setting & make formula mandatory if checkbox is enabled ([1929a5d](https://github.com/frappe/hrms/commit/1929a5d378242b9fb9755ca312e998051cfdb308)) * split coordinates field into lat, long and set geolocation on validate ([7aad1ae](https://github.com/frappe/hrms/commit/7aad1aec14f8d3f6cff76ff6b74e752a61496325)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index e58fc462a5..7e8caafdac 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "15.21.2" +__version__ = "15.22.0" def refetch_resource(cache_key: str | list, user=None):