summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2020-06-23 18:20:15 +0100
committerBernat Gabor <bgabor8@bloomberg.net>2020-06-23 18:20:15 +0100
commit6e3fa99effcf29f0890b8e16704d4dc1c8f43352 (patch)
treee25e35a30211fa8ab13a01472b290a3e507b032e
parent38b3fbed02d694625445e808421e4416ee7a4d87 (diff)
downloadvirtualenv-20.0.25.tar.gz
release 20.0.2520.0.25
-rw-r--r--docs/changelog.rst8
-rw-r--r--docs/changelog/1869.bugfix.rst1
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 5724848..926b9ed 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,14 @@ Release History
.. towncrier release notes start
+v20.0.25 (2020-06-23)
+---------------------
+
+Bugfixes - 20.0.25
+~~~~~~~~~~~~~~~~~~
+- Fix that when the ``app-data`` seeders image creation fails the exception is silently ignored. Avoid two virtual environment creations to step on each others toes by using a lock while creating the base images. By :user:`gaborbernat`. (`#1869 <https://github.com/pypa/virtualenv/issues/1869>`_)
+
+
v20.0.24 (2020-06-22)
---------------------
diff --git a/docs/changelog/1869.bugfix.rst b/docs/changelog/1869.bugfix.rst
deleted file mode 100644
index d99a017..0000000
--- a/docs/changelog/1869.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix that when the ``app-data`` seeders image creation fails the exception is silently ignored. Avoid two virtual environment creations to step on each others toes by using a lock while creating the base images. By :user:`gaborbernat`.