From 30cba7ee2ca7d8f0ca2bd069717777ef7f20581c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 5 Jul 2024 02:47:14 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.70.9 ## [14.70.9](https://github.com/frappe/erpnext/compare/v14.70.8...v14.70.9) (2024-07-05) ### Bug Fixes * blank item-wise sales/purchase register reports on first load ([0f275a9](https://github.com/frappe/erpnext/commit/0f275a9ff00290a5bbde5fddcf8014a98c83eeef)) * group by in item-wise purchase register ([1840267](https://github.com/frappe/erpnext/commit/18402677da65801dd197fe3624d637d23d12eb7f)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 439ee67d34fa..adab6d1d5300 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import frappe -__version__ = "14.70.8" +__version__ = "14.70.9" def get_default_company(user=None):