From 53b844f173b43a61d706a16db709974da89c3fa5 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 25 Jan 2024 06:48:53 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.10.6 ## [15.10.6](https://github.com/frappe/erpnext/compare/v15.10.5...v15.10.6) (2024-01-25) ### Bug Fixes * Item Tax template is not working for e-commerce ([83c1208](https://github.com/frappe/erpnext/commit/83c120849f4780d2bfd79a6a0a69ec09b1b40f04)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 9ac3ce7e61..9be8f11cc7 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.10.5" +__version__ = "15.10.6" def get_default_company(user=None):