We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43117e9 commit 239a9aeCopy full SHA for 239a9ae
CHANGES.rst
@@ -2,6 +2,13 @@
2
Changes
3
=======
4
5
+0.8.0 (2020-02-19)
6
+------------------
7
+
8
+* Python 3.8 support is added
9
+* Python 3.2, 3.3 and 3.4 support is dropped
10
+* Extension is rebuilt with Cython 0.29.15
11
12
0.7.8 (2015-04-18)
13
------------------
14
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',
0 commit comments