From 3abb91b2c4299ad96330ba66e992bd9ba7d60763 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 21 Dec 2023 11:41:51 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/a63b8df86722bf51b2dd534522331a24cd3f3340)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ee200eeba9e4..85dbe99af84e 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import frappe -__version__ = "14.55.2" +__version__ = "14.56.0" def get_default_company(user=None):