Skip to content

Commit

Permalink
update swagger-ui version to v3.52.3, update swagger-editor version t…
Browse files Browse the repository at this point in the history
…o v3.18.2
  • Loading branch information
PWZER committed Sep 27, 2021
1 parent ad8833b commit 431c786
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ Only support Python3.
Open `http://<host>:<port>/api/doc` view api doc.

## Swagger UI
Swagger UI version is `v3.52.1`. see [https://github.com/swagger-api/swagger-ui](https://github.com/swagger-api/swagger-ui).
Swagger UI version is `v3.52.3`. see [https://github.com/swagger-api/swagger-ui](https://github.com/swagger-api/swagger-ui).

## Swagger Editor
Swagger Editor version is `v3.18.1`. see [https://github.com/swagger-api/swagger-editor](https://github.com/swagger-api/swagger-editor).
Swagger Editor version is `v3.18.2`. see [https://github.com/swagger-api/swagger-editor](https://github.com/swagger-api/swagger-editor).

## Update
You can update swagger ui and swagger editor version with
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def load_requirements():

setup(
name='swagger-ui-py',
version='21.09.27',
version='21.09.27post1',
description=DESCRIPTION,
long_description=readme(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 431c786

Please sign in to comment.