From 79a4b597d42fa25e0b56f94e8af684fde2a4c775 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 20 May 2025 13:53:32 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.85.9 ## [14.85.9](https://github.com/frappe/erpnext/compare/v14.85.8...v14.85.9) (2025-05-20) ### Bug Fixes * asset image field updation issue (backport [#47615](https://github.com/frappe/erpnext/issues/47615)) ([d88feec](https://github.com/frappe/erpnext/commit/d88feecf461414b2874b4fc31469934666035a3b)) * better validation message with solution for BOM recursion (backport [#47472](https://github.com/frappe/erpnext/issues/47472)) ([#47476](https://github.com/frappe/erpnext/issues/47476)) ([537c917](https://github.com/frappe/erpnext/commit/537c917bfca4eff53cdf168f00b8cafb68da15cb)) * include only invoices with update_stock = 0 for billed amt in delivery note. ([54197ff](https://github.com/frappe/erpnext/commit/54197ff760cefe413a4646ba1eba7244f101fed1)) * remove hardcoded doctype in `make_return_doc` ([9ce86b1](https://github.com/frappe/erpnext/commit/9ce86b135bdf2e0f70462e3ca4c1a603cf66aa88)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 64414de5747..c2416ed6cc8 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.85.8" +__version__ = "14.85.9" def get_default_company(user=None):