From c4db7c0df2ebdd071e3762fbee9b71c7b0a9e246 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 7 Feb 2024 09:54:35 +0000 Subject: [PATCH] chore(release): Bumped to Version 1.20.0 # [1.20.0](https://github.com/frappe/ecommerce_integrations/compare/v1.19.6...v1.20.0) (2024-02-07) ### Bug Fixes * shopify sync issue without customer ([8d41768](https://github.com/frappe/ecommerce_integrations/commit/8d4176852bd7fb622179caaea62bd4f1606786d1)) * shopify sync issue without customer ([3763ab5](https://github.com/frappe/ecommerce_integrations/commit/3763ab5d113ca29d477f6d12f1672c302958672d)) ### Features * bulk retry failed jobs ([2f9bb71](https://github.com/frappe/ecommerce_integrations/commit/2f9bb7137adfe3d9f41a4773d1897821dffb234a)) --- ecommerce_integrations/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecommerce_integrations/__init__.py b/ecommerce_integrations/__init__.py index bdc444fd..0dcddbc8 100644 --- a/ecommerce_integrations/__init__.py +++ b/ecommerce_integrations/__init__.py @@ -1 +1 @@ -__version__ = "1.19.6" +__version__ = "1.20.0"