From 7883518e046e05790a8a579feadcb74b72a0eb54 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 1 May 2024 11:24:29 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.27.0 # [14.27.0](https://github.com/frappe/hrms/compare/v14.26.2...v14.27.0) (2024-05-01) ### Bug Fixes * autofill skills on entering designation in Interview Round (backport [#1706](https://github.com/frappe/hrms/issues/1706)) ([#1734](https://github.com/frappe/hrms/issues/1734)) ([fb5294a](https://github.com/frappe/hrms/commit/fb5294ab1493e089b2b3f61215d5ea25949706c6)) * **Employee Advance:** selection of currency ([68728db](https://github.com/frappe/hrms/commit/68728db9b17878738e45580e9d43ae846d414fbb)) * **Employee Attendance Tool:** 'On Leave' status showing as undefined in marked attendance summary (backport [#1712](https://github.com/frappe/hrms/issues/1712)) ([#1732](https://github.com/frappe/hrms/issues/1732)) ([af1b2ba](https://github.com/frappe/hrms/commit/af1b2ba407dfece574c14c652adc2395f31e95a3)) * **Leave Application:** half day date picker rendering (backport [#1643](https://github.com/frappe/hrms/issues/1643)) ([#1730](https://github.com/frappe/hrms/issues/1730)) ([cba9824](https://github.com/frappe/hrms/commit/cba98241971040dbb2b8775064fd1a7217fc7096)) * merge conflicts ([cccda2e](https://github.com/frappe/hrms/commit/cccda2e14368c00084b7d7c1d7b8c484446ed963)) * more ruff linting issues ([f268a10](https://github.com/frappe/hrms/commit/f268a10cea2bdb3d9142ebbc162f8450d8a31307)) * ruff linting issues ([7b2685d](https://github.com/frappe/hrms/commit/7b2685da846c6beb1a8d85a5355d642ff43d4478)) * ruff linting issues ([8141c89](https://github.com/frappe/hrms/commit/8141c89985021da9982d87d6378246af359ef4c7)) * semgrep errors ([9773e85](https://github.com/frappe/hrms/commit/9773e859bfd572fca2a83726de933ae824c1ea3b)) ### Features * **Attendance Request:** add 'Include Holidays' checkbox (backport [#1040](https://github.com/frappe/hrms/issues/1040)) ([#1727](https://github.com/frappe/hrms/issues/1727)) ([12ff8c7](https://github.com/frappe/hrms/commit/12ff8c71bc9bd2475fff41c3e460a2ba2ae6b703)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 89b4fe7fb3..0dc90d30ca 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.26.2" +__version__ = "14.27.0"