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

View File

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

View File

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

View File

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