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
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+
725v20200713
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-
Original file line number Diff line number Diff line change 44Do not edit manually. Get more info at https://attribution.omnilib.dev
55"""
66
7- __version__ = "20200713 "
7+ __version__ = "20230430 "
You can’t perform that action at this time.
0 commit comments