From ee4a3043bf47f41af055dd87a5efd05538e6b5fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Fri, 6 Sep 2019 13:11:31 +0200 Subject: Back to development: 2.8.3 --- ChangeLog | 6 ++++++ semantic_version/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aefc5a5..6f63511 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ ChangeLog ========= +2.8.3 (unreleased) +------------------ + +- Nothing changed yet. + + 2.8.2 (2019-09-06) ------------------ diff --git a/semantic_version/__init__.py b/semantic_version/__init__.py index d3aaa8c..03a22ce 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 " -__version__ = '2.8.2' +__version__ = '2.8.3.dev0' -- cgit v1.2.1