From c910b8ab039939378b1faa2e29e1efa7bae4efc4 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 23 May 2024 11:01:54 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.70.2 ## [14.70.2](https://github.com/frappe/erpnext/compare/v14.70.1...v14.70.2) (2024-05-23) ### Bug Fixes * Fetch outstanding and total amount for reference journal entry ([94c3ee6](https://github.com/frappe/erpnext/commit/94c3ee645d8c804840f2553654e7721f258cf7b4)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ad5a10e6235..cff49e85ec5 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.70.1" +__version__ = "14.70.2" def get_default_company(user=None):