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](7130e5ccfb))
* calculate useful days of asset's life correctly for existing asset ([#47066](https://github.com/frappe/erpnext/issues/47066)) ([0bc3bc4](0bc3bc4851))
* item code not showing in the error message ([48748e7](48748e7142))
* remove invalid email account creation (backport [#47318](https://github.com/frappe/erpnext/issues/47318)) ([#47322](https://github.com/frappe/erpnext/issues/47322)) ([0c5c344](0c5c34409e))
This commit is contained in:
Frappe PR Bot
2025-04-29 13:08:31 +00:00
parent 6735ba0ab6
commit 04bb4f8415

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.85.5"
__version__ = "14.85.6"
def get_default_company(user=None):