chore(release): Bumped to Version 14.56.0

# [14.56.0](https://github.com/frappe/erpnext/compare/v14.55.2...v14.56.0) (2023-12-21)

### Features

* total_asset_cost field (backport [#38879](https://github.com/frappe/erpnext/issues/38879)) (backport [#38886](https://github.com/frappe/erpnext/issues/38886)) ([#38907](https://github.com/frappe/erpnext/issues/38907)) ([a63b8df](a63b8df867))
This commit is contained in:
Frappe PR Bot
2023-12-21 11:41:51 +00:00
parent a63b8df867
commit 3abb91b2c4

View File

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