Version bump to 2.2.1
This commit is contained in:
@@ -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)
|
||||
------------------
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user