summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2023-01-02 12:00:14 -0800
committerBernát Gábor <gaborjbernat@gmail.com>2023-01-02 12:00:14 -0800
commitd05ea02b7344766be3eb8046bac8843e10cf43a8 (patch)
treec18c16474b59e329fd24d8e5094bed0a2909b104
parent997128ced47936adabb2f267d2606f8eac253ad3 (diff)
downloadtox-git-d05ea02b7344766be3eb8046bac8843e10cf43a8.tar.gz
release 4.1.34.1.3
-rw-r--r--docs/changelog.rst17
-rw-r--r--docs/changelog/2442.bugfix.rst1
-rw-r--r--docs/changelog/2695.bugfix.rst1
-rw-r--r--docs/changelog/2695.doc.rst1
-rw-r--r--docs/changelog/2796.misc.rst3
-rw-r--r--docs/changelog/2797.misc.rst2
6 files changed, 17 insertions, 8 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 87a7e5ae..6633511c 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,23 @@ Release History
.. towncrier release notes start
+v4.1.3 (2023-01-02)
+-------------------
+
+Bugfixes - 4.1.3
+~~~~~~~~~~~~~~~~
+- Reuse package_env with ``--installpkg`` - by :user:`q0w`. (:issue:`2442`)
+- Fail more gracefully when pip :ref:`install_command` is empty - by :user:`jayaddison`. (:issue:`2695`)
+
+Improved Documentation - 4.1.3
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+- Add breaking-change documentation for empty ``install_command`` values - by :user:`jayaddison`. (:issue:`2695`)
+
+Misc - 4.1.3
+~~~~~~~~~~~~
+- :issue:`2796`, :issue:`2797`
+
+
v4.1.2 (2022-12-30)
-------------------
diff --git a/docs/changelog/2442.bugfix.rst b/docs/changelog/2442.bugfix.rst
deleted file mode 100644
index e692f466..00000000
--- a/docs/changelog/2442.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Reuse package_env with ``--installpkg`` - by :user:`q0w`.
diff --git a/docs/changelog/2695.bugfix.rst b/docs/changelog/2695.bugfix.rst
deleted file mode 100644
index 30668e9c..00000000
--- a/docs/changelog/2695.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fail more gracefully when pip :ref:`install_command` is empty - by :user:`jayaddison`.
diff --git a/docs/changelog/2695.doc.rst b/docs/changelog/2695.doc.rst
deleted file mode 100644
index 3f0b3f1e..00000000
--- a/docs/changelog/2695.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add breaking-change documentation for empty ``install_command`` values - by :user:`jayaddison`.
diff --git a/docs/changelog/2796.misc.rst b/docs/changelog/2796.misc.rst
deleted file mode 100644
index 3ea0d60d..00000000
--- a/docs/changelog/2796.misc.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Relax the assertion in ``test_list_installed_deps`` to allow packages
-other than ``pip`` to be present in the fresh venv, to fix tests
-on PyPy.
diff --git a/docs/changelog/2797.misc.rst b/docs/changelog/2797.misc.rst
deleted file mode 100644
index dc2a9e04..00000000
--- a/docs/changelog/2797.misc.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Skip the ``time-machine`` dependency and spinner tests on PyPy because
-it segfaults on this implementation.