Version bump to 2.2.1

This commit is contained in:
Raphaël Barrois
2013-10-29 01:01:28 +01:00
parent 03037e2ff1
commit e2c5679b3f
2 changed files with 10 additions and 1 deletions

View File

@@ -1,6 +1,15 @@
ChangeLog
=========
2.2.1 (2013-10-29)
------------------
*Bugfix:*
* `#2 <https://github.com/rbarrois/python-semanticversion/issues/2>`_: Properly expose
:func:`~semantic_version.validate` as a top-level module function.
2.2.0 (2013-03-22)
------------------

View File

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