From 32fba94b2a31a3a373885e2fc29b292cde5ad110 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 11 Jun 2024 13:07:24 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.70.6 ## [14.70.6](https://github.com/frappe/erpnext/compare/v14.70.5...v14.70.6) (2024-06-11) ### Bug Fixes * Add additional condition application ([e79e9e9](https://github.com/frappe/erpnext/commit/e79e9e94d09b76b6dc3397d2ed791fc7ad8ebd36)) * fixing Item-wise sales register ([5d97c7c](https://github.com/frappe/erpnext/commit/5d97c7cff941cb2af01912a5e6543af0b7e8efc1)) * fixing Item-wise sales register [#41373](https://github.com/frappe/erpnext/issues/41373) ([ab90b81](https://github.com/frappe/erpnext/commit/ab90b815e335573ab6f337c4fd377bb793a895dd)) * fixing Item-wise sales register and purchase register [#41373](https://github.com/frappe/erpnext/issues/41373) ([ee47440](https://github.com/frappe/erpnext/commit/ee47440063a06a178ac407c75468fbbef4b37899)) * Item-wise Sales and Purchase register with no item codes [#41373](https://github.com/frappe/erpnext/issues/41373) ([bc24e75](https://github.com/frappe/erpnext/commit/bc24e75c246160678d731dbfc0a043523583a940)) * terms and conditions for material request (backport [#41834](https://github.com/frappe/erpnext/issues/41834)) ([#41836](https://github.com/frappe/erpnext/issues/41836)) ([7234625](https://github.com/frappe/erpnext/commit/7234625d652fd4d2bd8896af31f9136c028ba232)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 34f3ccdc407..5526465bd71 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.70.5" +__version__ = "14.70.6" def get_default_company(user=None):