Skip to content

Commit cb960f9

Browse files
authored
tag build
1 parent 8f74704 commit cb960f9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
---------
33

4+
[3.9.7] - 2024-09-02
5+
^^^^^^^^^^^^^^^^^^^^
6+
Fixed
7+
~~~~~~~
8+
* fix crash in ``cdist`` due to Visual Studio upgrade
9+
10+
411
[3.9.6] - 2024-08-06
512
^^^^^^^^^^^^^^^^^^^^
613
Changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def show_message(*lines):
1515

1616
setup_args = {
1717
"name": "rapidfuzz",
18-
"version": "3.9.6",
18+
"version": "3.9.7",
1919
"extras_require": {"full": ["numpy"]},
2020
"url": "https://github.com/rapidfuzz/RapidFuzz",
2121
"author": "Max Bachmann",

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.9.6"
9+
__version__: str = "3.9.7"
1010

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

0 commit comments

Comments
 (0)