Skip to content

Commit 0083470

Browse files
committed
Version bump v20230430
1 parent d4a2f7b commit 0083470

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ diff-match-patch
44
[![Generated by attribution][attribution-badge]][attribution-url]
55

66

7+
v20230430
8+
---------
9+
10+
Maintenance release
11+
12+
- Replaced deprecated `imp` usage with `importlib` (#7)
13+
- Migrated to PEP 621 metadata, flit
14+
- Reformated with updated black/µsort/µfmt
15+
- Tested on Python 3.7 - 3.11
16+
- Dropped support for Python 2.7, 3.5, and 3.6
17+
18+
```text
19+
$ git shortlog -s v20200713...v20230430
20+
14 Amethyst Reese
21+
1 dependabot[bot]
22+
```
23+
24+
725
v20200713
826
---------
927

@@ -77,4 +95,3 @@ $ git shortlog -s v2018.11.05
7795
[attribution-badge]:
7896
https://img.shields.io/badge/generated%20by-attribution-informational
7997
[attribution-url]: https://attribution.omnilib.dev
80-

diff_match_patch/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
Do not edit manually. Get more info at https://attribution.omnilib.dev
55
"""
66

7-
__version__ = "20200713"
7+
__version__ = "20230430"

0 commit comments

Comments
 (0)