diff --git a/HISTORY.rst b/HISTORY.rst index aa8aacb..b45297f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,13 @@ +1.6.0 (2024-01-10) +================== + +Bugfixes +-------- + +- Silence a deprecation warning about ``pkg_resources``. (`#133 `_) +- Sort requirement files by canonical requirement name to help ensure stability and comparability. (`#134 `_) + + 1.5 (2024-01-05) ================ diff --git a/news/133.bugfix b/news/133.bugfix deleted file mode 100644 index 9307601..0000000 --- a/news/133.bugfix +++ /dev/null @@ -1 +0,0 @@ -Silence a deprecation warning about ``pkg_resources``. diff --git a/news/134.bugfix b/news/134.bugfix deleted file mode 100644 index 5c9d04e..0000000 --- a/news/134.bugfix +++ /dev/null @@ -1 +0,0 @@ -Sort requirement files by canonical requirement name to help ensure stability and comparability.