Skip to content

Commit

Permalink
Update from v3.3.2 to v3.3.3 (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
elitonzky authored Feb 15, 2024
1 parent c0b2432 commit a4afaf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v3.3.3
----------
* Fixing the order of parameters for PhotoAPIRequest
* Upgrade python version from 3.8.x to 3.9.x

v3.3.2
----------
* Create action to activate the analytics template on Facebook
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.3.2",
default_version="v3.3.3",
desccription="Documentation of the Integrations APIs",
),
public=True,
Expand Down

0 comments on commit a4afaf2

Please sign in to comment.