Skip to content

Commit bb33a8f

Browse files
authored
release v0.21.1
1 parent b93c40d commit bb33a8f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

HISTORY.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### v0.21.1
4+
#### Changed
5+
- upgrade ``rapidfuzz-cpp`` to ``v2.0.0``
6+
37
### v0.21.0
48
#### Changed
59
- relax dependency requirement on ``rapidfuzz``
@@ -93,7 +97,7 @@
9397
* Use a faster editops implementation provided by RapidFuzz
9498
* Reduce code duplication
9599
* reuse implementations from rapidfuzz-cpp
96-
* Transition to scikit-build
100+
* Transition to scikit-build
97101

98102
### v0.17.0
99103
* Removed support for Python 3.5

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = python-Levenshtein
3-
version = 0.21.0
3+
version = 0.21.1
44
description = Python extension for computing string edit distances and similarities.
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -22,4 +22,4 @@ keywords = string, Levenshtein, comparison, edit-distance
2222
[options]
2323
python_requires = >=3.6
2424
install_requires =
25-
Levenshtein==0.21.0
25+
Levenshtein==0.21.1

0 commit comments

Comments
 (0)