diff --git a/NEWS.rst b/NEWS.rst index 020292e..5f1ab11 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,12 @@ +v6.4.3 +====== + +Bugfixes +-------- + +- When inferring the caller in ``files()`` correctly detect one's own module even when the resources package source is not present. (python/cpython#123085) + + v6.4.2 ====== diff --git a/newsfragments/+0f77c990.bugfix.rst b/newsfragments/+0f77c990.bugfix.rst deleted file mode 100644 index 99c0dfc..0000000 --- a/newsfragments/+0f77c990.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -When inferring the caller in ``files()`` correctly detect one's own module even when the resources package source is not present. (python/cpython#123085) \ No newline at end of file