Skip to content

Commit b145638

Browse files
committed
chore(release): Bumped to Version 14.86.0
# [14.86.0](v14.85.10...v14.86.0) (2025-06-03) ### Bug Fixes * filter of item for manufacture type material request (backport [#47712](#47712)) ([#47716](#47716)) ([69463b4](69463b4)) * incorrect actual qty in product bundle balance report (backport [#47791](#47791)) ([#47813](#47813)) ([df779bb](df779bb)) * use `query.walk() `for escaping special chars in receiable/payable report ([ca48583](ca48583)) ### Features * add column "Item Name" to "BOM Stock Report" (backport [#47116](#47116)) ([#47484](#47484)) ([b664781](b664781))
1 parent b46fdc2 commit b145638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

erpnext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import frappe
55

6-
__version__ = "14.85.10"
6+
__version__ = "14.86.0"
77

88

99
def get_default_company(user=None):

0 commit comments

Comments
 (0)