Skip to content

Commit ef58a4d

Browse files
committed
feat: version 1.3.1
1 parent c9bc2b1 commit ef58a4d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGES.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
CHANGES
33
=======
44

5-
1.3.1-dev (2025-xx-xx)
6-
----------------------
5+
1.3.1 (2025-08-26)
6+
------------------
77

8-
*
8+
* Set the Cython language level to "3" (#126)
99

1010
1.3.0 (2025-08-16)
1111
------------------

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = "1.3.1-dev"
62+
version = "1.3.1"
6363
# The full version, including alpha/beta/rc tags.
6464
release = version
6565

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["setuptools>=77.0", "cython>=3.1.3"]
44

55
[project]
66
name = "marisa-trie"
7-
version = "1.3.1-dev"
7+
version = "1.3.1"
88
license = "MIT AND (BSD-2-Clause OR LGPL-2.1-or-later)"
99
license-files = [
1010
"AUTHORS.rst",

0 commit comments

Comments
 (0)