Skip to content

Commit

Permalink
v23.08.23
Browse files Browse the repository at this point in the history
  • Loading branch information
PWZER committed Aug 23, 2023
1 parent 52d060a commit de4237a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/sanic_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ async def index_handler(request):
from swagger_ui import api_doc
api_doc(app, config_path=config_path)

app.run(host='0.0.0.0', port=8989)
app.run(host='0.0.0.0', port=8989, single_process=True)
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='22.07.13',
version='23.08.23',
description=(
'Swagger UI for Python web framework, '
'such as Tornado, Flask, Quart, Sanic and Falcon.'
Expand Down

0 comments on commit de4237a

Please sign in to comment.