From f2e84e3fb5a240b054e8669e5162914bb4a4e68b Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 22 Dec 2023 12:11:38 -0500 Subject: [PATCH] Finalize --- NEWS.rst | 10 ++++++++++ newsfragments/+b15724f6.bugfix.rst | 1 - newsfragments/+e563b690.bugfix.rst | 1 - 3 files changed, 10 insertions(+), 2 deletions(-) delete mode 100644 newsfragments/+b15724f6.bugfix.rst delete mode 100644 newsfragments/+e563b690.bugfix.rst diff --git a/NEWS.rst b/NEWS.rst index ae1e9cc8..5f9b2765 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,13 @@ +v7.0.1 +====== + +Bugfixes +-------- + +- Corrected the interface for SimplePath to encompass the expectations of locate_file and PackagePath. +- Fixed type annotations to allow strings. + + v7.0.0 ====== diff --git a/newsfragments/+b15724f6.bugfix.rst b/newsfragments/+b15724f6.bugfix.rst deleted file mode 100644 index 807be3ab..00000000 --- a/newsfragments/+b15724f6.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Corrected the interface for SimplePath to encompass the expectations of locate_file and PackagePath. \ No newline at end of file diff --git a/newsfragments/+e563b690.bugfix.rst b/newsfragments/+e563b690.bugfix.rst deleted file mode 100644 index 7a1bcc66..00000000 --- a/newsfragments/+e563b690.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed type annotations to allow strings. \ No newline at end of file