File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ diff-match-patch
4
4
[ ![ Generated by attribution] [ attribution-badge ]] [ attribution-url ]
5
5
6
6
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
+
7
25
v20200713
8
26
---------
9
27
@@ -77,4 +95,3 @@ $ git shortlog -s v2018.11.05
77
95
[ attribution-badge] :
78
96
https://img.shields.io/badge/generated%20by-attribution-informational
79
97
[ attribution-url ] : https://attribution.omnilib.dev
80
-
Original file line number Diff line number Diff line change 4
4
Do not edit manually. Get more info at https://attribution.omnilib.dev
5
5
"""
6
6
7
- __version__ = "20200713 "
7
+ __version__ = "20230430 "
You can’t perform that action at this time.
0 commit comments