From a995a43f58d7756e597bfe284bf2f0ccd7c681a6 Mon Sep 17 00:00:00 2001 From: elitonzky Date: Tue, 31 Oct 2023 15:56:23 -0300 Subject: [PATCH] Update from v3.1.2 to v3.1.3 --- CHANGELOG.md | 4 ++++ marketplace/swagger.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e79e4d3e..85aca42b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v3.1.3 +---------- +* Increases the synchronization time for the sync_facebook_catalogs task + v3.1.2 ---------- * Sort active catalog to first diff --git a/marketplace/swagger.py b/marketplace/swagger.py index 873531a8..cb41e7dd 100644 --- a/marketplace/swagger.py +++ b/marketplace/swagger.py @@ -6,7 +6,7 @@ view = get_schema_view( openapi.Info( title="Integrations API Documentation", - default_version="v3.1.2", + default_version="v3.1.3", desccription="Documentation of the Integrations APIs", ), public=True,