Skip to content

Commit ffedb04

Browse files
authored
Merge pull request #14 from dtkav/swagger-ui-3.30.0
bump swagger-ui to 3.30.0
2 parents bef3fd9 + a4aee53 commit ffedb04

23 files changed

+135
-176
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ matrix:
1111
- python: nightly
1212
- python: pypy3
1313
allow_failures:
14+
- python: 2.7
1415
- python: 3.2
1516
- python: 3.3
1617
- python: nightly

swagger_ui_bundle/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44

55
__author__ = 'Daniel Grossmann-Kavanagh'
6-
__version__ = '0.0.6'
6+
__version__ = '0.0.7'
77

88
def get_path(rel):
99
return os.path.join(
@@ -17,11 +17,11 @@ def get_path(rel):
1717

1818
swagger_ui_2_2_10_path = get_path("vendor/swagger-ui-2.2.10")
1919

20-
swagger_ui_3_24_2_path = get_path("vendor/swagger-ui-3.24.2")
20+
swagger_ui_3_30_0_path = get_path("vendor/swagger-ui-3.30.0")
2121

2222
# latest major versions
2323
swagger_ui_2_path = swagger_ui_2_2_10_path
24-
swagger_ui_3_path = swagger_ui_3_24_2_path
24+
swagger_ui_3_path = swagger_ui_3_30_0_path
2525

2626
# default to swagger 3
2727
swagger_ui_path = swagger_ui_3_path

swagger_ui_bundle/vendor/swagger-ui-3.24.2/swagger-ui-bundle.js

Lines changed: 0 additions & 134 deletions
This file was deleted.

swagger_ui_bundle/vendor/swagger-ui-3.24.2/swagger-ui-bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

swagger_ui_bundle/vendor/swagger-ui-3.24.2/swagger-ui-standalone-preset.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

swagger_ui_bundle/vendor/swagger-ui-3.24.2/swagger-ui-standalone-preset.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

swagger_ui_bundle/vendor/swagger-ui-3.24.2/swagger-ui.css

Lines changed: 0 additions & 4 deletions
This file was deleted.

swagger_ui_bundle/vendor/swagger-ui-3.24.2/swagger-ui.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

swagger_ui_bundle/vendor/swagger-ui-3.24.2/swagger-ui.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

swagger_ui_bundle/vendor/swagger-ui-3.24.2/swagger-ui.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)