From 99929e94342a6ee2337abed6572b7853f10c716d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 5 Feb 2024 12:09:13 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.61.4 ## [14.61.4](https://github.com/frappe/erpnext/compare/v14.61.3...v14.61.4) (2024-02-05) ### Bug Fixes * correctly calculate diff amount for included taxes ([#39655](https://github.com/frappe/erpnext/issues/39655)) ([33ae0fa](https://github.com/frappe/erpnext/commit/33ae0fa2f4a7fefff85198f3a1faf62be6e0e833)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a8d71f538f7..01144b8e109 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.61.3" +__version__ = "14.61.4" def get_default_company(user=None):