Skip to content

Commit 26cb183

Browse files
authored
update to 0.27.1
1 parent ff4cd4e commit 26cb183

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.27.1
4+
#### Changed
5+
- fix build with ``scikit-build-core`` ``v0.11``
6+
- upgrade to `Cython==3.0.12`
7+
38
### v0.26.1
49
#### Fixed
510
- add missing mac os wheels

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.26.1
3+
version = 0.27.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
@@ -21,4 +21,4 @@ keywords = string, Levenshtein, comparison, edit-distance
2121
[options]
2222
python_requires = >=3.9
2323
install_requires =
24-
Levenshtein==0.26.1
24+
Levenshtein==0.27.1

0 commit comments

Comments
 (0)