From 4b940f6bfd0861ff51a9445748744fed51cfbb6f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 6 Sep 2023 08:13:52 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.10.5 ## [14.10.5](https://github.com/frappe/hrms/compare/v14.10.4...v14.10.5) (2023-09-06) ### Bug Fixes * unwanted gain/loss on base currency exp claims ([94c7ddd](https://github.com/frappe/hrms/commit/94c7dddc6ec1556325101c4923016c0762aa70a2)) * update repay_from_salary and payroll_payable_account fields (backport [#851](https://github.com/frappe/hrms/issues/851)) ([#854](https://github.com/frappe/hrms/issues/854)) ([43ee8cb](https://github.com/frappe/hrms/commit/43ee8cb8ae4f39e88ffe6913094bc1e387fa3489)) --- hrms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/__init__.py b/hrms/__init__.py index dc2ab8ed5f..48b3a595a7 100644 --- a/hrms/__init__.py +++ b/hrms/__init__.py @@ -1 +1 @@ -__version__ = "14.10.4" +__version__ = "14.10.5"