From a206b22357613a962deb9bd00d038e0504ae9a25 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 12 Jun 2024 06:48:51 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.22.2 ## [15.22.2](https://github.com/frappe/hrms/compare/v15.22.1...v15.22.2) (2024-06-12) ### Bug Fixes * calculate leaves for months passed even when policy assignment is based on custom range (backport [#1697](https://github.com/frappe/hrms/issues/1697)) ([#1885](https://github.com/frappe/hrms/issues/1885)) ([6e22a2a](https://github.com/frappe/hrms/commit/6e22a2a106a4c18e6b3bf41592ac2862586dcb2b)) * disabled Link field ([77f27e1](https://github.com/frappe/hrms/commit/77f27e19bc56538a147a88051ab62bcf0f7f7984)) * frappe-ui version ([c4e5808](https://github.com/frappe/hrms/commit/c4e5808b36a3e08c4b3cab1d9f94176e9b0e847e)) * make link field value non-mandatory ([3964609](https://github.com/frappe/hrms/commit/3964609d1236addf89449b38f9c33efb0c408ad6)) * render normal Autocomplete for link fields with predefined options ([00228f2](https://github.com/frappe/hrms/commit/00228f2d984a82323a524194624c064d0d05ddda)) * **Salary Slip:** remove company filter from employee (backport [#1873](https://github.com/frappe/hrms/issues/1873)) ([#1877](https://github.com/frappe/hrms/issues/1877)) ([afef6e3](https://github.com/frappe/hrms/commit/afef6e39fac79a8c99ed7f26a4ec7e1932422ab1)) * **Salary Structure Assignment:** Preview Salary Slip date (backport [#1869](https://github.com/frappe/hrms/issues/1869)) ([#1879](https://github.com/frappe/hrms/issues/1879)) ([9437b85](https://github.com/frappe/hrms/commit/9437b85dc4cc7ff0087dff792393fb9a09a4a9a3)) * **Shift Assignment:** type error while comparing dates during computation of previous/next shift (backport [#1839](https://github.com/frappe/hrms/issues/1839)) ([#1883](https://github.com/frappe/hrms/issues/1883)) ([1fb427c](https://github.com/frappe/hrms/commit/1fb427cfdbc5f6a033014c693165fa64f68e6ebe)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 08979e0bb0..f01c83e236 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "15.22.1" +__version__ = "15.22.2" def refetch_resource(cache_key: str | list, user=None):