Skip to content

Commit

Permalink
v21.10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
PWZER committed Oct 15, 2021
1 parent 5b54e93 commit 85c9a78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ Only support Python3.
- [Falcon](https://falcon.readthedocs.io/en/stable/)
- [Bottle](https://bottlepy.org/docs/dev/)

You can print supported list use command `python3 -c "from swagger_ui import supported_list; print(supported_list)"`
You can print supported list use command

```bash
python3 -c "from swagger_ui import supported_list; print(supported_list)"
```

> If you want to add supported frameworks, you can refer to [Flask Support](/swagger_ui/handlers/flask.py) or [Falcon Support](/swagger_ui/handlers/falcon.py), Implement the corresponding `handler` and `match` function.
Expand Down Expand Up @@ -138,7 +142,5 @@ Swagger Editor version is `v3.18.2`. see [https://github.com/swagger-api/swagger
You can update swagger ui and swagger editor version with

```bash
cd swagger-ui-py/tools

python update.py --ui --editor
python3 tools/update.py --ui --editor
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='swagger-ui-py',
version='21.10.13',
version='21.10.15',
description=(
'Swagger UI for Python web framework, '
'such as Tornado, Flask, Quart, Sanic and Falcon.'
Expand Down

0 comments on commit 85c9a78

Please sign in to comment.