Release version 2.6.0

This commit is contained in:
Raphaël Barrois 2016-09-25 16:20:58 +02:00
parent c711af6a42
commit cd6143f829
3 changed files with 4 additions and 4 deletions

@ -2,8 +2,8 @@ ChangeLog
========= =========
2.6.0 (master) 2.6.0 (2016-09-25)
-------------- ------------------
*New:* *New:*

@ -2,7 +2,7 @@
-e . -e .
-r requirements_test.txt -r requirements_test.txt
Django Django>=1.8
coverage coverage
wheel wheel

@ -7,4 +7,4 @@ from .base import compare, match, validate, Spec, SpecItem, Version
__author__ = "Raphaël Barrois <raphael.barrois+semver@polytechnique.org>" __author__ = "Raphaël Barrois <raphael.barrois+semver@polytechnique.org>"
__version__ = '2.5.0' __version__ = '2.6.0'