Skip to content

Commit

Permalink
bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Feb 19, 2020
1 parent 43117e9 commit 239a9ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 239a9ae

Please sign in to comment.