Skip to content

Commit 51c3339

Browse files
authored
release v0.20.8
1 parent 6da01cd commit 51c3339

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

HISTORY.md

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

3+
### v0.20.8
4+
#### Fixed
5+
- type hints for `editops`/`opcoded`/`matching_blocks` did not allow any
6+
hashable sequence
7+
38
### v0.20.7
49
#### Fixed
510
- type hints did not get installed

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.7
3+
version = 0.20.8
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.7
25+
Levenshtein==0.20.8

0 commit comments

Comments
 (0)