Skip to content

Commit

Permalink
update: from 2.0.2 to 2.0.3 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
elitonzky authored Feb 2, 2023
1 parent 1b466e9 commit 6a3283e
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 @@
v2.0.3
----------
* Create instagram apptype

v2.0.2
----------
* Fix: permissions code refactoring and allows viewer user to access app detail
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="v2.0.2",
default_version="v2.0.3",
desccription="Documentation of the Integrations APIs",
),
public=True,
Expand Down

0 comments on commit 6a3283e

Please sign in to comment.