Skip to content

Commit 79a4b59

Browse files
committed
chore(release): Bumped to Version 14.85.9
## [14.85.9](v14.85.8...v14.85.9) (2025-05-20) ### Bug Fixes * asset image field updation issue (backport [#47615](#47615)) ([d88feec](d88feec)) * better validation message with solution for BOM recursion (backport [#47472](#47472)) ([#47476](#47476)) ([537c917](537c917)) * include only invoices with update_stock = 0 for billed amt in delivery note. ([54197ff](54197ff)) * remove hardcoded doctype in `make_return_doc` ([9ce86b1](9ce86b1))
1 parent 0b0944c commit 79a4b59

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.8"
6+
__version__ = "14.85.9"
77

88

99
def get_default_company(user=None):

0 commit comments

Comments
 (0)