From a496fe3b08020aeb6949ad3e214354620188b92e Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 16 May 2024 08:53:18 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.28.0 # [14.28.0](https://github.com/frappe/hrms/compare/v14.27.1...v14.28.0) (2024-05-16) ### Bug Fixes * merge conflicts ([5e475bb](https://github.com/frappe/hrms/commit/5e475bbd51bca061a991f83ff710365b85475db9)) * open full forms instead of quick entries in onboarding, update button labels ([7875c70](https://github.com/frappe/hrms/commit/7875c705b6128b85cf8bb6b680bd85eb4872e0e3)) * set payroll period dates based on last payroll period/current fiscal year ([b086945](https://github.com/frappe/hrms/commit/b0869453c04c3b05168e53589b13043ca72f8011)) * simplify shift request overlapping validation ([d3ad5a6](https://github.com/frappe/hrms/commit/d3ad5a6771bccce5f27abad7641c31a7bf5a8e07)) * validation of overlapping shift dates ([07e76f0](https://github.com/frappe/hrms/commit/07e76f0444da855766cfcaab6b31fcaf4fc7e746)) ### Features * **Create Payroll Period:** set Start & End Date as that of Fiscal Year if no Payroll Period exists ([f863779](https://github.com/frappe/hrms/commit/f863779dd80979f91861ecd7262b2753e5667e1e)) * **minor:** allow using `rounded` function in salary slip formulae (backport [#1774](https://github.com/frappe/hrms/issues/1774)) ([#1775](https://github.com/frappe/hrms/issues/1775)) ([f6abbc4](https://github.com/frappe/hrms/commit/f6abbc46c0c7e7874580f9214ea078693f2b5f30)) * Preview Salary Slip from Salary Structure Assignment ([bad102f](https://github.com/frappe/hrms/commit/bad102f4f9101a6c82e6592b4adbea7a7be84b48)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index eed002b213..38026f3d66 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.27.1" +__version__ = "14.28.0"