summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-28 20:09:33 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-28 20:09:33 +0200
commit486f8dd3f1a0a8079da5e92a20f0180bc8c272ac (patch)
treea5ec0ce360997399c7783d24b9ef64bd91fcb0d4
parentc0a3d5383f2f828ff4241fa6046c056c6e75aaed (diff)
downloadsemantic-version-486f8dd3f1a0a8079da5e92a20f0180bc8c272ac.tar.gz
Preparing release 2.7.02.7.0
-rw-r--r--ChangeLog2
-rw-r--r--semantic_version/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ca50b2..0e4e0a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
ChangeLog
=========
-2.7.0 (unreleased)
+2.7.0 (2019-08-28)
------------------
This release brings a couple of significant changes:
diff --git a/semantic_version/__init__.py b/semantic_version/__init__.py
index 6092e59..a848bdf 100644
--- a/semantic_version/__init__.py
+++ b/semantic_version/__init__.py
@@ -7,4 +7,4 @@ from .base import compare, match, validate, SimpleSpec, NpmSpec, Spec, SpecItem,
__author__ = "Raphaël Barrois <raphael.barrois+semver@polytechnique.org>"
-__version__ = '2.6.0'
+__version__ = '2.7.0'