From 9e968aef1a8aee4039b3052acc6f439b03bc315c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Wed, 29 Apr 2020 11:51:19 +0200 Subject: Preparing release 2.8.5 --- ChangeLog | 2 +- semantic_version/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7056f1a..3df9e13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ ChangeLog ========= -2.8.5 (unreleased) +2.8.5 (2020-04-29) ------------------ *Bugfix:* diff --git a/semantic_version/__init__.py b/semantic_version/__init__.py index 38250c5..9de7ff1 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.5.dev0' +__version__ = '2.8.5' -- cgit v1.2.1