From e9f9eaa2d0be6cdb222ca56338c05ff2a78a790c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 10 Jun 2025 14:31:53 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.86.1 ## [14.86.1](https://github.com/frappe/erpnext/compare/v14.86.0...v14.86.1) (2025-06-10) ### Bug Fixes * available qty in BOM Stock Report ([186173a](https://github.com/frappe/erpnext/commit/186173a21e4addc634623db409f447cb3813deda)) * incorrect warehouse in MR ([2cac05e](https://github.com/frappe/erpnext/commit/2cac05e56cccc85644273031f0e0328feafd7634)) * key-error for COGS By Item Group report (backport [#47914](https://github.com/frappe/erpnext/issues/47914)) ([#47916](https://github.com/frappe/erpnext/issues/47916)) ([f5ef376](https://github.com/frappe/erpnext/commit/f5ef376486a613e5ec62637eeaaec5b40adcd8e8)) * stock adjustment entry during reposting (backport [#47878](https://github.com/frappe/erpnext/issues/47878)) ([#47882](https://github.com/frappe/erpnext/issues/47882)) ([c9eeca2](https://github.com/frappe/erpnext/commit/c9eeca22f5fb7fa4c2ba6b96b06f264e5bc6decd)) * stock reco qty with inventory dimension (backport [#47918](https://github.com/frappe/erpnext/issues/47918)) ([#47921](https://github.com/frappe/erpnext/issues/47921)) ([6397c36](https://github.com/frappe/erpnext/commit/6397c366fdcbc82c733b3de2a5a23e9343873a71)) * throw permission error ([#47976](https://github.com/frappe/erpnext/issues/47976)) ([96c937b](https://github.com/frappe/erpnext/commit/96c937bf6ab699f955287f8a14516ecd23a23e53)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4fb9b73c311..53459057c2c 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.86.0" +__version__ = "14.86.1" def get_default_company(user=None):