summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-12 01:22:56 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-12 01:22:56 +0100
commit60076c03746c68fae570805997b38f79228b1e63 (patch)
tree3cfa5edef52e47ad58eb5ae569d5df9d2cd1b3c9
parentb923dfcdf9ea32072d49ff9f1527d8826327aef4 (diff)
downloadsemantic-version-60076c03746c68fae570805997b38f79228b1e63.tar.gz
Release v2.5.0
-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