From 77bb05427d0c5f64a130e8ed704ee8c1dbc8398d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 8 May 2024 08:38:25 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.27.1 ## [14.27.1](https://github.com/frappe/hrms/compare/v14.27.0...v14.27.1) (2024-05-08) ### Bug Fixes * **Auto Attendance:** incorrect previous shift computation for a timestamp leading to incorrect absent marking ([03b0caf](https://github.com/frappe/hrms/commit/03b0cafecce93399a59b52b3428cb2f93020bfce)) * set intro message for leave application (backport [#1696](https://github.com/frappe/hrms/issues/1696)) ([#1741](https://github.com/frappe/hrms/issues/1741)) ([bbc2b7d](https://github.com/frappe/hrms/commit/bbc2b7d453a8298e8dcce5b4ac0742a1a9c23b91)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 0dc90d30ca..eed002b213 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.27.0" +__version__ = "14.27.1"