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