Changelog and version bump.
Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
This commit is contained in:
@@ -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)
|
||||
------------------
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user