summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--semantic_version/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 48cf749..423e3bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
ChangeLog
=========
-2.5.0 (master)
---------------
+2.5.0 (2016-02-12)
+------------------
*Bugfix:*
diff --git a/semantic_version/__init__.py b/semantic_version/__init__.py
index 94e0a8d..6daf567 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.2'
+__version__ = '2.5.0'
from .base import compare, match, validate, Spec, SpecItem, Version