summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2015-04-01 01:36:01 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2015-04-01 01:36:01 +0200
commit2174bdcae6e46f5f68f5b8ea984a695db9f41bcf (patch)
tree64b80cefad3b1bc33b63aaa9aa48314097788d15
parentb5c22ec0f8560fb630aeb285e352c9e9f9b4de9c (diff)
downloadsemantic-version-2174bdcae6e46f5f68f5b8ea984a695db9f41bcf.tar.gz
Release v2.4.1v2.4.1
-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