From 74aeff9756d914bb221be802da0d182cd6f21879 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 27 Aug 2023 21:36:06 -0400 Subject: [PATCH] Finalize --- NEWS.rst | 10 ++++++++++ newsfragments/+abaf87af.feature.rst | 1 - newsfragments/+drop-py37.feature.rst | 1 - 3 files changed, 10 insertions(+), 2 deletions(-) delete mode 100644 newsfragments/+abaf87af.feature.rst delete mode 100644 newsfragments/+drop-py37.feature.rst diff --git a/NEWS.rst b/NEWS.rst index 32c6baa..5943f7a 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,13 @@ +v4.1.0 +====== + +Features +-------- + +- Re-synced implementation with CPython 3.8, removing the compatibility code introduced for compatibility with older Pythons. +- Require Python 3.8 or later. + + v4.0.0 ====== diff --git a/newsfragments/+abaf87af.feature.rst b/newsfragments/+abaf87af.feature.rst deleted file mode 100644 index 1f6bc30..0000000 --- a/newsfragments/+abaf87af.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Re-synced implementation with CPython 3.8, removing the compatibility code introduced for compatibility with older Pythons. \ No newline at end of file diff --git a/newsfragments/+drop-py37.feature.rst b/newsfragments/+drop-py37.feature.rst deleted file mode 100644 index ccabdaa..0000000 --- a/newsfragments/+drop-py37.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Require Python 3.8 or later.