Skip to content

Commit

Permalink
Update from v3.7.2 to v3.7.3 (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
elitonzky authored May 22, 2024
1 parent 6aa4524 commit 0269e5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v3.7.3
----------
* Hotfix: Remove quotation marks and HTML tags from the title and description of vtex products

v3.7.2
----------
* Check the view if it can synchronize and add ignore results to tasks
Expand Down
2 changes: 1 addition & 1 deletion marketplace/swagger.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
view = get_schema_view(
openapi.Info(
title="Integrations API Documentation",
default_version="v3.7.2",
default_version="v3.7.3",
desccription="Documentation of the Integrations APIs",
),
public=True,
Expand Down

0 comments on commit 0269e5e

Please sign in to comment.