Skip to content

Commit 208022f

Browse files
committed
Version 1.0.0
1 parent b8519d8 commit 208022f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.rst

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
CHANGES
33
=======
44

5+
1.0.0 (2023-09-03)
6+
------------------
7+
8+
* Dropped Python 2.7, 3.4, 3.5, 3.6 support.
9+
* Added ``Trie.map()`` (#90).
10+
* Rebuilt Cython wrapper with Cython 3.0.2.
11+
* Fixed benchmark documentation typos (#89).
12+
513
0.8.0 (2023-03-25)
614
------------------
715

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = "0.8.0"
62+
version = "1.0.0"
6363
# The full version, including alpha/beta/rc tags.
6464
release = version
6565

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
setup(
6262
name="marisa-trie",
63-
version="0.8.0",
63+
version="1.0.0",
6464
description=DESCRIPTION,
6565
long_description=LONG_DESCRIPTION,
6666
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)