From b7d6a54bed6a8abe474b793337746a15c4a3f669 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 22 May 2024 08:46:30 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.70.1 ## [14.70.1](https://github.com/frappe/erpnext/compare/v14.70.0...v14.70.1) (2024-05-22) ### Bug Fixes * minor Dr and Cr between Purchase Receipt and Purchase Invoice ([82d206b](https://github.com/frappe/erpnext/commit/82d206b709ada758c277bc5a266dbc6ec10d00c8)) * possible sql error on General Ledger ([dfb4c47](https://github.com/frappe/erpnext/commit/dfb4c4708959b89b368333378bd46979e858190d)) * print format bold for field "total" ([89d507e](https://github.com/frappe/erpnext/commit/89d507e07e738f1979f526be8b04defea904ae57)) * priority not working for multiple pricing rules (backport [#41516](https://github.com/frappe/erpnext/issues/41516)) ([#41524](https://github.com/frappe/erpnext/issues/41524)) ([97fdda8](https://github.com/frappe/erpnext/commit/97fdda8a7cf0eaee30e7e652a48a8d19df70dbd6)) * typerror on hide_fields ([331a743](https://github.com/frappe/erpnext/commit/331a743d6938eeab577e4bc8c99f72c2acad8e1b)) * validate reorder group warehouse (backport [#41478](https://github.com/frappe/erpnext/issues/41478)) ([#41479](https://github.com/frappe/erpnext/issues/41479)) ([2659535](https://github.com/frappe/erpnext/commit/26595351cc2123c731b59b76dcedc25144b2c215)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 37de30fa707..ad5a10e6235 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.70.0" +__version__ = "14.70.1" def get_default_company(user=None):