From db7ac214cc5b47c223406cd74529698b765d68f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Sat, 21 Dec 2019 16:02:24 +0100 Subject: Preparing release 2.8.4 --- ChangeLog | 2 +- semantic_version/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a9efaad..698dcf6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ ChangeLog ========= -2.8.4 (unreleased) +2.8.4 (2019-12-21) ------------------ *Bugfix:* diff --git a/semantic_version/__init__.py b/semantic_version/__init__.py index ddec7bb..ccd9b94 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.4.dev0' +__version__ = '2.8.4' -- cgit v1.2.1