summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-28 20:09:46 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-28 20:09:46 +0200
commit1241c3470f65b7f680a4590b68b144dac97df89b (patch)
tree4a3c8aca12b442711174ae716ca67e777f995fa4
parent486f8dd3f1a0a8079da5e92a20f0180bc8c272ac (diff)
downloadsemantic-version-maint/v2.7.tar.gz
Back to development: 2.7.1maint/v2.7
-rw-r--r--ChangeLog6
-rw-r--r--semantic_version/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e4e0a4..15f81be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
ChangeLog
=========
+2.7.1 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
2.7.0 (2019-08-28)
------------------
diff --git a/semantic_version/__init__.py b/semantic_version/__init__.py
index a848bdf..125435f 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.7.0'
+__version__ = '2.7.1.dev0'