Skip to content

Commit 239a9ae

Browse files
committed
bump version to 0.8.0
1 parent 43117e9 commit 239a9ae

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changes
33
=======
44

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+
512
0.7.8 (2015-04-18)
613
------------------
714

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="DAWG",
7-
version="0.7.8",
7+
version="0.8.0",
88
description="Fast and memory efficient DAWG (DAFSA) for Python",
99
long_description=open('README.rst').read() + '\n\n' + open('CHANGES.rst').read(),
1010
author='Mikhail Korobov',

0 commit comments

Comments
 (0)