summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--semantic_version/__init__.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b6514c7..8d82166 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@ ChangeLog
=========
+2.4.1 (2015-04-01)
+------------------
+
+*Bugfix:*
+
+ * Fix packaging metadata (advertise Python 3.4 support)
+
2.4.0 (2015-04-01)
------------------
diff --git a/semantic_version/__init__.py b/semantic_version/__init__.py
index 49500d0..cc1b4ef 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.4.0'
+__version__ = '2.4.1'
from .base import compare, match, validate, Spec, SpecItem, Version