Skip to content

Commit 63dfb6a

Browse files
committed
release 0.1.5
1 parent a3b4f6a commit 63dfb6a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
v0.1.5 (2024-09-08)
5+
-------------------
6+
- Add stub files
7+
- Add bounded Levenshtein distance algorithm by Fujimoto
8+
49
v0.1.3 (2021-11-29)
510
-------------------
611
- Fix build from source on macOS

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "editdistpy"
7-
version = "0.1.5rc1"
7+
version = "0.1.5"
88
requires-python = ">=3.8"
99
authors = [
1010
{name = "mmb L"},

0 commit comments

Comments
 (0)