From af211c112b6da8feeb7ff86558f3ef73bd594fd4 Mon Sep 17 00:00:00 2001 From: Cedric Collins Date: Sun, 16 Jan 2022 23:56:01 -0600 Subject: [PATCH] [MIG] sale_exception_website: bump version --- sale_exception_website/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sale_exception_website/__manifest__.py b/sale_exception_website/__manifest__.py index 04c3a598..2022defe 100644 --- a/sale_exception_website/__manifest__.py +++ b/sale_exception_website/__manifest__.py @@ -1,7 +1,7 @@ { 'name': 'Sale Exception Website', 'summary': 'Display sale exceptions on eCommerce site', - 'version': '14.0.1.0.0', + 'version': '15.0.1.0.0', 'author': "Hibou Corp.", 'category': 'Sale', 'license': 'AGPL-3',