Skip to content

Commit 8f9f09b

Browse files
committed
update version number
1 parent 8ac20f7 commit 8f9f09b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
Changelog
22
---------
33

4-
[3.15.0] - 2025-10-30
4+
[3.14.2] - 2025-10-30
55
^^^^^^^^^^^^^^^^^^^^^
6-
76
Changed
87
~~~~~~~
98
* upgrade to ``Cython==3.1.6``

src/rapidfuzz/__init__.py

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

77
__author__: str = "Max Bachmann"
88
__license__: str = "MIT"
9-
__version__: str = "3.14.1"
9+
__version__: str = "3.14.2"
1010

1111
from rapidfuzz import distance, fuzz, process, utils
1212

0 commit comments

Comments
 (0)