We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77f38c commit 8b27248Copy full SHA for 8b27248
CHANGELOG.rst
@@ -1,6 +1,6 @@
1
Changelog
2
=========
3
-2.0.X (2016-XX-XX)
+2.0.3 (2016-11-23)
4
------------------
5
- Ignore x- vendor extensions in the schema at the #/paths/{path}/{http_method} level - PR #45
6
- Swagger 2.0 schema synced with upstream - PR #40
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__ = "2.0.2"
+__version__ = "2.0.3"
11
12
__author__ = "John Billings"
13
__email__ = "[email protected]"
0 commit comments