We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720d289 commit 3881491Copy full SHA for 3881491
CHANGES.rst
@@ -1,6 +1,14 @@
1
CHANGES
2
=======
3
4
+0.8 (2019-07-03)
5
+----------------
6
+* Python 3.7 compatibility; extension is rebuilt with Cython 0.29.11.
7
+* Trie.get function;
8
+* Python 2.6 and 3.3 support is dropped;
9
+* removed patch to libdatrie which is no longer required;
10
+* testing and CI fixes.
11
+
12
0.7.1 (2016-03-12)
13
------------------
14
setup.py
@@ -35,7 +35,7 @@
35
36
37
setup(name="datrie",
38
- version="0.7.1",
+ version="0.8",
39
description=DESCRIPTION,
40
long_description=LONG_DESCRIPTION,
41
author='Mikhail Korobov',
0 commit comments