From 13dfbe3d804a44ca364704b08b8f51ad43a2f1a5 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 29 May 2024 07:52:36 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.70.3 ## [14.70.3](https://github.com/frappe/erpnext/compare/v14.70.2...v14.70.3) (2024-05-29) ### Bug Fixes * add in some indices to speed up Purchase Order deletion ([c16c41e](https://github.com/frappe/erpnext/commit/c16c41ee593bfafa4c5563f527babdb4c16b309a)) * Add to Cart button width for Mobile/Tablet ([819ced4](https://github.com/frappe/erpnext/commit/819ced4cb3feca1535182cde98b7a8ae3aeee131)) * cost center filter according to the company in project ([7035969](https://github.com/frappe/erpnext/commit/7035969db7563061b2df89349eed8c22dc365150)) * cost center filter according to the company in project ([0cf97f2](https://github.com/frappe/erpnext/commit/0cf97f255982c921d528747b6daa6d96a12e265d)) * cost center filter according to the company in project ([459d136](https://github.com/frappe/erpnext/commit/459d13636823cf9faef760b1fd7f1f303e6b3d8d)) * dict can not be used as parameter ([#41598](https://github.com/frappe/erpnext/issues/41598)) ([649c192](https://github.com/frappe/erpnext/commit/649c192abe17dcbe576a3f27ffd6c3984803d81d)) * Fetch outstanding and total amount for reference journal entry ([50f6afd](https://github.com/frappe/erpnext/commit/50f6afd588e08b75a22989fe85d31ba72fe0052f)) * set expense account as Assets RBNB only if it is booked in linked PR ([#41368](https://github.com/frappe/erpnext/issues/41368)) ([014486d](https://github.com/frappe/erpnext/commit/014486de39dd7da6fe79bf803adcf1b66d890876)) * Update depreciation schedule via asset repair ([#41344](https://github.com/frappe/erpnext/issues/41344)) ([eb418e8](https://github.com/frappe/erpnext/commit/eb418e865945a208338db65e7fb1f259cc7f94b5)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index cff49e85ec5..b371cefd35f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.70.2" +__version__ = "14.70.3" def get_default_company(user=None):