summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--semantic_version/__init__.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 481d6a7..9b84739 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@ ChangeLog
=========
+2.2.2 (2013-12-23)
+------------------
+
+*Bugfix:*
+
+ * `#5 <https://github.com/rbarrois/python-semanticversion/issues/5>`_: Fix packaging (broken
+ symlinks, old-style distutils, etc.)
+
2.2.1 (2013-10-29)
------------------
diff --git a/semantic_version/__init__.py b/semantic_version/__init__.py
index 6ced92a..0e55012 100644
--- a/semantic_version/__init__.py
+++ b/semantic_version/__init__.py
@@ -4,7 +4,7 @@
__author__ = "Raphaƫl Barrois <raphael.barrois+semver@polytechnique.org>"
-__version__ = '2.2.1'
+__version__ = '2.2.2'
from .base import compare, match, validate, Spec, SpecItem, Version