Release v2.4.1

This commit is contained in:
Raphaël Barrois 2015-04-01 01:36:01 +02:00
parent b5c22ec0f8
commit 2174bdcae6
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@ ChangeLog
=========
2.4.1 (2015-04-01)
------------------
*Bugfix:*
* Fix packaging metadata (advertise Python 3.4 support)
2.4.0 (2015-04-01)
------------------

View File

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