From 4089af5a7b24de2f4d7da98922e378b01bc44bb6 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 1 Aug 2024 09:12:20 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.70.14 ## [14.70.14](https://github.com/frappe/erpnext/compare/v14.70.13...v14.70.14) (2024-08-01) ### Bug Fixes * slowness in reposting dependent vouchers. (backport [#42282](https://github.com/frappe/erpnext/issues/42282)) ([#42569](https://github.com/frappe/erpnext/issues/42569)) ([cccfbf1](https://github.com/frappe/erpnext/commit/cccfbf193e2840aa8267d8a632af2b8b7b2c27de)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 47f322fa8fa4..47d45571cd44 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import frappe -__version__ = "14.70.13" +__version__ = "14.70.14" def get_default_company(user=None):