Skip to content

Commit 8b27248

Browse files
committed
Release version 2.0.3
1 parent e77f38c commit 8b27248

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Changelog
22
=========
3-
2.0.X (2016-XX-XX)
3+
2.0.3 (2016-11-23)
44
------------------
55
- Ignore x- vendor extensions in the schema at the #/paths/{path}/{http_method} level - PR #45
66
- Swagger 2.0 schema synced with upstream - PR #40

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__ = "2.0.2"
10+
__version__ = "2.0.3"
1111

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

0 commit comments

Comments
 (0)