summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polyconseil.fr>2012-05-22 14:25:16 +0200
committerRaphaël Barrois <raphael.barrois@polyconseil.fr>2012-05-22 14:25:16 +0200
commit1a3f2698a0ccde1cc1825186e49563d4dc9dd72c (patch)
tree1098b7f3055791c2641407564c9a794e02a93e6f
parent7eeee04cfaf7997fc9bcbb7c9f08ebf99ac94e30 (diff)
downloadsemantic-version-1a3f2698a0ccde1cc1825186e49563d4dc9dd72c.tar.gz
Release v2.1.0v2.1.0
Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
-rw-r--r--doc/changelog.rst4
-rw-r--r--src/semantic_version/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst
index 10b4ad3..b42f7fe 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -1,8 +1,8 @@
ChangeLog
=========
-2.1.0 (Master)
---------------
+2.1.0 (22/05/2012)
+------------------
*New:*
diff --git a/src/semantic_version/__init__.py b/src/semantic_version/__init__.py
index c03d207..2084c06 100644
--- a/src/semantic_version/__init__.py
+++ b/src/semantic_version/__init__.py
@@ -2,7 +2,7 @@
# Copyright (c) 2012 Raphaël Barrois
-__version__ = '2.1.0-alpha'
+__version__ = '2.1.0'
from .base import compare, match, Spec, SpecItem, Version