Skip to content

Commit e9f9eaa

Browse files
committed
chore(release): Bumped to Version 14.86.1
## [14.86.1](v14.86.0...v14.86.1) (2025-06-10) ### Bug Fixes * available qty in BOM Stock Report ([186173a](186173a)) * incorrect warehouse in MR ([2cac05e](2cac05e)) * key-error for COGS By Item Group report (backport [#47914](#47914)) ([#47916](#47916)) ([f5ef376](f5ef376)) * stock adjustment entry during reposting (backport [#47878](#47878)) ([#47882](#47882)) ([c9eeca2](c9eeca2)) * stock reco qty with inventory dimension (backport [#47918](#47918)) ([#47921](#47921)) ([6397c36](6397c36)) * throw permission error ([#47976](#47976)) ([96c937b](96c937b))
1 parent 08d40dd commit e9f9eaa

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.86.0"
6+
__version__ = "14.86.1"
77

88

99
def get_default_company(user=None):

0 commit comments

Comments
 (0)