Skip to content

Commit fda21fa

Browse files
authored
release 0.20.6
1 parent 6b3e28e commit fda21fa

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.20.6
4+
#### Fixed
5+
- fix incorrect result normalization in `setratio` and `seqratio`
6+
37
### v0.20.5
48
#### Fixed
59
- fix support for cmake versions below 3.17
@@ -72,7 +76,7 @@
7276
* Use a faster editops implementation provided by RapidFuzz
7377
* Reduce code duplication
7478
* reuse implementations from rapidfuzz-cpp
75-
* Transition to scikit-build
79+
* Transition to scikit-build
7680

7781
### v0.17.0
7882
* 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.20.5
3+
version = 0.20.6
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.20.5
25+
Levenshtein==0.20.6

0 commit comments

Comments
 (0)