summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2023-04-13 11:55:02 -0700
committerBernát Gábor <bgabor8@bloomberg.net>2023-04-13 11:55:02 -0700
commit0d85bdb9122a525cf879437c3287fb552efeb2a7 (patch)
tree96fa4993b1ee6b5b6e7a6a32bf2144ce343af025
parentbc6bc6a2e5ac608d9c6f0de5810a619a31fd101f (diff)
downloadtox-git-0d85bdb9122a525cf879437c3287fb552efeb2a7.tar.gz
release 4.4.124.4.12
-rw-r--r--docs/changelog.rst8
-rw-r--r--docs/changelog/2985.bugfix.rst1
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 5de812dd..d82b31dc 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,14 @@ Release History
.. towncrier release notes start
+v4.4.12 (2023-04-13)
+--------------------
+
+Bugfixes - 4.4.12
+~~~~~~~~~~~~~~~~~
+- Avoid race conditions in tests using the ``demo_pkg_inline`` fixture. (:issue:`2985`)
+
+
v4.4.11 (2023-04-05)
--------------------
diff --git a/docs/changelog/2985.bugfix.rst b/docs/changelog/2985.bugfix.rst
deleted file mode 100644
index da609dcb..00000000
--- a/docs/changelog/2985.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Avoid race conditions in tests using the ``demo_pkg_inline`` fixture.