summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2023-03-26 10:11:21 -0700
committerBernát Gábor <bgabor8@bloomberg.net>2023-03-26 10:11:21 -0700
commitc037e62b2fd26a63beef64b24decf62417ae45d4 (patch)
tree0d8a4d15264fe94c788879d5f5cf1b66a216defd
parent0e3776e00cb9a78771c249cdaed2a57c6f84ea49 (diff)
downloadtox-git-c037e62b2fd26a63beef64b24decf62417ae45d4.tar.gz
release 4.4.84.4.8
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/changelog/2939.bugfix.rst1
-rw-r--r--docs/changelog/2959.bugfix.rst1
3 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index e9db0499..2611e1a7 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,15 @@ Release History
.. towncrier release notes start
+v4.4.8 (2023-03-26)
+-------------------
+
+Bugfixes - 4.4.8
+~~~~~~~~~~~~~~~~
+- ``tox.ini`` is now included in source distributions in order to make all tests pass. (:issue:`2939`)
+- Fix ``--index-url`` and ``--find-links`` being used together in ``requirements.txt`` files. (:issue:`2959`)
+
+
v4.4.6 (2023-02-21)
-------------------
diff --git a/docs/changelog/2939.bugfix.rst b/docs/changelog/2939.bugfix.rst
deleted file mode 100644
index 9712e7b8..00000000
--- a/docs/changelog/2939.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-``tox.ini`` is now included in source distributions in order to make all tests pass.
diff --git a/docs/changelog/2959.bugfix.rst b/docs/changelog/2959.bugfix.rst
deleted file mode 100644
index 993c334f..00000000
--- a/docs/changelog/2959.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix ``--index-url`` and ``--find-links`` being used together in ``requirements.txt`` files.