Skip to content

Commit

Permalink
Swagger UI v4.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aamalev committed Apr 3, 2022
1 parent d1f7814 commit c4da505
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
swagger_ui:
SWAGGER_UI_VERSION=2.2.10 python swagger_ui.py
SWAGGER_UI_VERSION=3.52.5 python swagger_ui.py
SWAGGER_UI_VERSION=4.1.0 python swagger_ui.py
SWAGGER_UI_VERSION=4.10.3 python swagger_ui.py

aiohttp_apiset/version.py:
echo "__version__ = '$(shell git describe --tags)'" > $@
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
if not Path(swagger_ui.STATIC_DIR).exists():
swagger_ui.setup_ui('2.2.10')
swagger_ui.setup_ui('3.52.5')
swagger_ui.setup_ui('4.1.0')
swagger_ui.setup_ui('4.10.3')


def read(f):
Expand Down
1 change: 1 addition & 0 deletions swagger_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
("src='swagger-ui.js", "src='" + PREFIX + 'swagger-ui.min.js'),
('href="./', 'href="' + PREFIX),
('src="./', 'src="' + PREFIX),
('href="index.css"', 'href="' + PREFIX + 'index.css"'),
]


Expand Down

0 comments on commit c4da505

Please sign in to comment.