From 239a9ae6896789a5174b3f55107282d5b0f0c6a8 Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Wed, 19 Feb 2020 14:13:50 +0500 Subject: [PATCH] bump version to 0.8.0 --- CHANGES.rst | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6fb4778..87fceaf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,13 @@ Changes ======= +0.8.0 (2020-02-19) +------------------ + +* Python 3.8 support is added +* Python 3.2, 3.3 and 3.4 support is dropped +* Extension is rebuilt with Cython 0.29.15 + 0.7.8 (2015-04-18) ------------------ diff --git a/setup.py b/setup.py index 5dbd134..16a2dc8 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="DAWG", - version="0.7.8", + version="0.8.0", description="Fast and memory efficient DAWG (DAFSA) for Python", long_description=open('README.rst').read() + '\n\n' + open('CHANGES.rst').read(), author='Mikhail Korobov',