File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
+ 2.0.4 (2017-03-10)
4
+ ------------------
5
+ - Rename package to swagger-spec-validator to fix PyPI upload issues - #59
6
+
3
7
2.0.3 (2016-11-23)
4
8
------------------
5
9
- Ignore x- vendor extensions in the schema at the #/paths/{path}/{http_method} level - PR #45
Original file line number Diff line number Diff line change 1
- include README.rst
1
+ include README.md
2
2
# Required by python 2.6 even though we include these in our setup.py
3
3
include swagger_spec_validator/schemas/v1.2/*
4
- include swagger_spec_validator/schemas/v2.0/*
4
+ include swagger_spec_validator/schemas/v2.0/*
Original file line number Diff line number Diff line change 3
3
"__email__" , "__license__"
4
4
]
5
5
6
- __title__ = "swagger_spec_validator "
6
+ __title__ = "swagger-spec-validator "
7
7
__summary__ = "Validation of Swagger specifications"
8
8
__uri__ = "http://github.com/Yelp/swagger_spec_validator"
9
9
10
- __version__ = "2.0.3 "
10
+ __version__ = "2.0.4 "
11
11
12
12
__author__ = "John Billings"
13
13
You can’t perform that action at this time.
0 commit comments