We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf51ba commit 0d6a8a9Copy full SHA for 0d6a8a9
CHANGELOG
@@ -1,4 +1,4 @@
1
-Version 1.0.12 (2015-XX-XX)
+Version 1.0.12 (2015-07-02)
2
-------------
3
* Handle API level parameters - #29
4
* More robust handling of $refs - #29
swagger_spec_validator/__about__.py
@@ -7,7 +7,7 @@
7
__summary__ = "Validation of Swagger specifications"
8
__uri__ = "http://github.com/Yelp/swagger_spec_validator"
9
10
-__version__ = "1.0.11"
+__version__ = "1.0.12"
11
12
__author__ = "John Billings"
13
__email__ = "[email protected]"
0 commit comments