Skip to content

Commit

Permalink
release v0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Jun 10, 2023
1 parent b93c40d commit bb33a8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### v0.21.1
#### Changed
- upgrade ``rapidfuzz-cpp`` to ``v2.0.0``

### v0.21.0
#### Changed
- relax dependency requirement on ``rapidfuzz``
Expand Down Expand Up @@ -93,7 +97,7 @@
* Use a faster editops implementation provided by RapidFuzz
* Reduce code duplication
* reuse implementations from rapidfuzz-cpp
* Transition to scikit-build
* Transition to scikit-build

### v0.17.0
* Removed support for Python 3.5
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = python-Levenshtein
version = 0.21.0
version = 0.21.1
description = Python extension for computing string edit distances and similarities.
long_description = file: README.md
long_description_content_type = text/markdown
Expand All @@ -22,4 +22,4 @@ keywords = string, Levenshtein, comparison, edit-distance
[options]
python_requires = >=3.6
install_requires =
Levenshtein==0.21.0
Levenshtein==0.21.1

0 comments on commit bb33a8f

Please sign in to comment.