From 5f25cea3225d5ea7f3be054875e2254453f8b571 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 24 Feb 2023 09:08:54 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.48.0 # [13.48.0](https://github.com/frappe/erpnext/compare/v13.47.0...v13.48.0) (2023-02-24) ### Bug Fixes * incorrect color in the BOM Stock Report ([0490e3b](https://github.com/frappe/erpnext/commit/0490e3bfe6e20e4a3a1274fd4ad8b91e75beed68)) ### Features * provision to convert transaction based reposting to item warehouse based reposting ([c8ec365](https://github.com/frappe/erpnext/commit/c8ec365594cbab3a8ed969c7932d6761c068593e)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 18d0c66175f..bda50b1eb4b 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.47.0" +__version__ = "13.48.0" def get_default_company(user=None):