Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarmot committed Oct 8, 2019
1 parent 07e964d commit a35a180
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 @@ -67,10 +67,10 @@ Only support Python3.
Open `http://<host>:<port>/api/doc` view api doc.

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

## Swagger Editor
Swagger Editor version is `3.6.27`. see [https://github.com/swagger-api/swagger-editor](https://github.com/swagger-api/swagger-editor).
Swagger Editor version is `3.6.36`. 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 @@ -25,7 +25,7 @@ def load_requirements():
if __name__ == '__main__':
setup(
name='swagger-ui-py',
version='0.1.8',
version='0.1.9',
description='Swagger UI for Python web framework, such Tornado, Flask, Quart and Sanic.',
long_description=readme(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit a35a180

Please sign in to comment.