From 0dad2acfc8728b079a42d06f938733e3d973ea2f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 17 Jun 2025 14:36:59 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.86.2 ## [14.86.2](https://github.com/frappe/erpnext/compare/v14.86.1...v14.86.2) (2025-06-17) ### Bug Fixes * incorrect warehouse set from SO to MR ([fbfc6a6](https://github.com/frappe/erpnext/commit/fbfc6a6f621454115d88e3243f0253d37d9dcdc3)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 53459057c2c..b1df0ef7019 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.86.1" +__version__ = "14.86.2" def get_default_company(user=None):