From b145638ecaf58f54e69b46a292e1f6cf1be394c4 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 3 Jun 2025 11:52:06 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.86.0 # [14.86.0](https://github.com/frappe/erpnext/compare/v14.85.10...v14.86.0) (2025-06-03) ### Bug Fixes * filter of item for manufacture type material request (backport [#47712](https://github.com/frappe/erpnext/issues/47712)) ([#47716](https://github.com/frappe/erpnext/issues/47716)) ([69463b4](https://github.com/frappe/erpnext/commit/69463b47986fdc190ca651d0d0d3cab6b74303fb)) * incorrect actual qty in product bundle balance report (backport [#47791](https://github.com/frappe/erpnext/issues/47791)) ([#47813](https://github.com/frappe/erpnext/issues/47813)) ([df779bb](https://github.com/frappe/erpnext/commit/df779bb7dd7b42927dadf4967fac61a946c8e4b8)) * use `query.walk() `for escaping special chars in receiable/payable report ([ca48583](https://github.com/frappe/erpnext/commit/ca4858318e8209a2c4cb0e68fc6f8e3c15c833be)) ### Features * add column "Item Name" to "BOM Stock Report" (backport [#47116](https://github.com/frappe/erpnext/issues/47116)) ([#47484](https://github.com/frappe/erpnext/issues/47484)) ([b664781](https://github.com/frappe/erpnext/commit/b664781faed74c21d0997ed1aef1537a3b65d2f9)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b00d21436b2..4fb9b73c311 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.85.10" +__version__ = "14.86.0" def get_default_company(user=None):