Skip to content

Commit

Permalink
Relax requirement on semantic_version version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Oct 24, 2017
1 parent 97a58bd commit 897e074
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
1.3.1 (Unreleased)
------------------

- Relax requirement on ``semantic_version`` version to 2.3.1. [#361]

1.3.0 (2017-10-24)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def _null_validate(self):
scripts=scripts,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*',
install_requires=[
'semantic_version>=2.6.0',
'semantic_version>=2.3.1',
'pyyaml>=3.10',
'jsonschema>=2.3.0',
'six>=1.9.0',
Expand Down

0 comments on commit 897e074

Please sign in to comment.