From 0c4a2af9abd8149973a181a1164ba6eea35220ad Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 10 Jun 2024 04:55:25 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.70.5 ## [14.70.5](https://github.com/frappe/erpnext/compare/v14.70.4...v14.70.5) (2024-06-10) ### Bug Fixes * Add additional condition application ([810378c](https://github.com/frappe/erpnext/commit/810378c8992d4ff2c1785bdc2cdb08554f9a3f2d)) * fixing Item-wise sales register ([3823e0e](https://github.com/frappe/erpnext/commit/3823e0e4941b9a5917c768c27089c16ae395cbf2)) * fixing Item-wise sales register [#41373](https://github.com/frappe/erpnext/issues/41373) ([e8286d7](https://github.com/frappe/erpnext/commit/e8286d7b3c11df87d234d0d1af8de5b5d305d085)) * fixing Item-wise sales register and purchase register [#41373](https://github.com/frappe/erpnext/issues/41373) ([fd73a8a](https://github.com/frappe/erpnext/commit/fd73a8a3482c1060c3c505d2e05b25972f2f6ca0)) * Item-wise Sales and Purchase register with no item codes [#41373](https://github.com/frappe/erpnext/issues/41373) ([91de469](https://github.com/frappe/erpnext/commit/91de46922d3a045d1087f2176291db434457a824)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 23f33f41d64..34f3ccdc407 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.70.4" +__version__ = "14.70.5" def get_default_company(user=None):