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',