From a35a1809b93899800aee2830c12ad9ce4b6178cd Mon Sep 17 00:00:00 2001 From: Tamar Cohen Date: Tue, 8 Oct 2019 11:34:49 -0700 Subject: [PATCH] updated versions --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c3cf7f3..2732efb 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,10 @@ Only support Python3. Open `http://:/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 diff --git a/setup.py b/setup.py index 4b3a439..7639686 100644 --- a/setup.py +++ b/setup.py @@ -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',