From 04bb4f84153e709dcc3fcae6058fb88fcce25ed1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 29 Apr 2025 13:08:31 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.85.6 ## [14.85.6](https://github.com/frappe/erpnext/compare/v14.85.5...v14.85.6) (2025-04-29) ### Bug Fixes * allow to change valuation method from FIFO to Moving Average ([7130e5c](https://github.com/frappe/erpnext/commit/7130e5ccfb8c3dc121573aa27357a2c3a8d2838a)) * calculate useful days of asset's life correctly for existing asset ([#47066](https://github.com/frappe/erpnext/issues/47066)) ([0bc3bc4](https://github.com/frappe/erpnext/commit/0bc3bc48518cf99c104562e8aeeb89e1cefc26c3)) * item code not showing in the error message ([48748e7](https://github.com/frappe/erpnext/commit/48748e71421e6cbd75912ed6551bf458da222ac5)) * remove invalid email account creation (backport [#47318](https://github.com/frappe/erpnext/issues/47318)) ([#47322](https://github.com/frappe/erpnext/issues/47322)) ([0c5c344](https://github.com/frappe/erpnext/commit/0c5c34409e82e9f290e3f7a4788b01144394fd46)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index cf6eff73cb6..d270de8355d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.85.5" +__version__ = "14.85.6" def get_default_company(user=None):