From 3b463e925268f9ed18e926c12b4356348c5aa346 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 17 Apr 2024 10:42:23 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.26.0 # [14.26.0](https://github.com/frappe/hrms/compare/v14.25.0...v14.26.0) (2024-04-17) ### Bug Fixes * fetch only unpaid advances ([ca091e6](https://github.com/frappe/hrms/commit/ca091e64e82d3a7047685ff46874609be8600efa)) * merge conflicts ([4f91aa9](https://github.com/frappe/hrms/commit/4f91aa911d8fddc2a70ca90013592037e4cc1f70)) ### Features * add field descriptions ([dd4642a](https://github.com/frappe/hrms/commit/dd4642a41593b0fab2ea7c715e90e4a6cb2327dc)) ### Performance Improvements * better querying ([7fd70ba](https://github.com/frappe/hrms/commit/7fd70ba4f019be48ea9b35cd5cc13404614f105b)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index 5729059d82..10ceacc70d 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.25.0" +__version__ = "14.26.0"