Skip to content

Commit

Permalink
release 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Mar 31, 2023
1 parent 20337f4 commit 84cbeec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
Changelog
---------

[2.14.0] -
[2.14.0] - 2023-03-31
^^^^^^^^^^^^^^^^^^^^^
Changed
~~~~~~~
- upgrade required Cython version to ``Cython==3.0.0b2``

Fixed
~~~~~~~
- fix handling of non symmetric scorers in pure python version of ``process.cdist``
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def show_message(*lines):

setup_args = {
"name": "rapidfuzz",
"version": "2.13.7",
"version": "2.14.0",
"extras_require": {"full": ["numpy"]},
"url": "https://github.com/maxbachmann/RapidFuzz",
"author": "Max Bachmann",
Expand Down
2 changes: 1 addition & 1 deletion src/rapidfuzz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
__author__: str = "Max Bachmann"
__license__: str = "MIT"
__version__: str = "2.13.7"
__version__: str = "2.14.0"

from rapidfuzz import distance, fuzz, process, string_metric, utils

Expand Down

0 comments on commit 84cbeec

Please sign in to comment.