summaryrefslogtreecommitdiff
path: root/semantic_version
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-29 11:41:10 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-29 11:41:10 +0200
commit42dacc3122edd0d2eccebc552ef4ed5b64faf44b (patch)
tree0337b02d4d3545f30cb47a218da6f332f79b2029 /semantic_version
parente1ea37642d0fd9bffb865da4122706e7349afec1 (diff)
downloadsemantic-version-42dacc3122edd0d2eccebc552ef4ed5b64faf44b.tar.gz
Preparing release 2.8.02.8.0
Diffstat (limited to 'semantic_version')
-rw-r--r--semantic_version/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/semantic_version/__init__.py b/semantic_version/__init__.py
index a39c5ea..e8958fd 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.2.dev0'
+__version__ = '2.8.0'