Skip to content

Commit d739fe2

Browse files
authored
Merge pull request Yelp#67 from sjaensch/fix-pypi-version-upload
Rename to swagger-spec-validator to fix PyPI upload issues
2 parents d6c662b + 75d187e commit d739fe2

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Changelog
22
=========
3+
2.0.4 (2017-03-10)
4+
------------------
5+
- Rename package to swagger-spec-validator to fix PyPI upload issues - #59
6+
37
2.0.3 (2016-11-23)
48
------------------
59
- Ignore x- vendor extensions in the schema at the #/paths/{path}/{http_method} level - PR #45

MANIFEST.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include README.rst
1+
include README.md
22
# Required by python 2.6 even though we include these in our setup.py
33
include swagger_spec_validator/schemas/v1.2/*
4-
include swagger_spec_validator/schemas/v2.0/*
4+
include swagger_spec_validator/schemas/v2.0/*

swagger_spec_validator/__about__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"__email__", "__license__"
44
]
55

6-
__title__ = "swagger_spec_validator"
6+
__title__ = "swagger-spec-validator"
77
__summary__ = "Validation of Swagger specifications"
88
__uri__ = "http://github.com/Yelp/swagger_spec_validator"
99

10-
__version__ = "2.0.3"
10+
__version__ = "2.0.4"
1111

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

0 commit comments

Comments
 (0)