Skip to content

Commit 3d90371

Browse files
author
Semir Patel
committed
Bump to 1.1.1
1 parent 4ad5f24 commit 3d90371

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 1.1.1 (2015-XX-XX)
1+
Version 1.1.1 (2015-10-02)
22
--------------------------
33
- Workaround for validation of Swagger 2.0 schemas with external refs - #38
44

swagger_spec_validator/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__summary__ = "Validation of Swagger specifications"
88
__uri__ = "http://github.com/Yelp/swagger_spec_validator"
99

10-
__version__ = "1.1.0"
10+
__version__ = "1.1.1"
1111

1212
__author__ = "John Billings"
1313
__email__ = "[email protected]"

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ changedir = docs
3232
commands = sphinx-build -b html -d build/doctrees source build/html
3333

3434
[flake8]
35-
exclude = .tox,virtualenv_run,docs
35+
exclude = .tox,virtualenv_*,docs
3636
ignore = E501

0 commit comments

Comments
 (0)