Changelog and version bump.

Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
This commit is contained in:
Raphaël Barrois
2012-05-22 17:56:44 +02:00
parent 070c1edcea
commit a54c1422c7
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
ChangeLog
=========
2.1.2 (22/05/2012)
------------------
*Bugfix:*
* Properly validate :class:`~semantic_version.django_fields.VersionField` and
:class:`~semantic_version.django_fields.SpecField`.
2.1.1 (22/05/2012)
------------------

View File

@@ -2,7 +2,7 @@
# Copyright (c) 2012 Raphaël Barrois
__version__ = '2.1.1'
__version__ = '2.1.2'
from .base import compare, match, Spec, SpecItem, Version