From f2abc21b4dc758bbbccabbe2f14418440fa71b4e Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 17 Jul 2024 17:59:16 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.29.0 # [14.29.0](https://github.com/frappe/hrms/compare/v14.28.8...v14.29.0) (2024-07-17) ### Bug Fixes * **Attendance:** overlapping shift attendance ([8bef18c](https://github.com/frappe/hrms/commit/8bef18cb8dc0012a729034a58e530380418bd445)) * **Shift Assignment:** allow shift to start at end_time of another shift (and vice versa) ([e821d15](https://github.com/frappe/hrms/commit/e821d158b60464b0322a589c10f3e9e5a575ad01)) * **Shift Assignment:** timings overlap conditions ([ae694dc](https://github.com/frappe/hrms/commit/ae694dc1e1016c2e1c28e7b74ebc8ee6477fec89)) ### Features * **Salary Payment via ECS:** add Net Pay column ([fb7b283](https://github.com/frappe/hrms/commit/fb7b283eebaf8c9506755cb6befa37a25cf52190)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 6f9437c6a3..83e5d447d0 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.28.8" +__version__ = "14.29.0"