diff options
author | Bernat Gabor <bgabor8@bloomberg.net> | 2020-06-12 20:09:43 +0100 |
---|---|---|
committer | Bernat Gabor <bgabor8@bloomberg.net> | 2020-06-12 20:09:43 +0100 |
commit | 1313b9d2406dcce8adc9c4233594aaa398e03ec6 (patch) | |
tree | 801b4e2cbe97e8655266167e0de71d5b1f568262 | |
parent | b9585a2413139da084af50d521db723df2f850b6 (diff) | |
download | virtualenv-20.0.23.tar.gz |
release 20.0.2320.0.23
-rw-r--r-- | docs/changelog.rst | 8 | ||||
-rw-r--r-- | docs/changelog/1857.bugfix.rst | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index c43ca17..19d26a3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,14 @@ Release History .. towncrier release notes start +v20.0.23 (2020-06-12) +--------------------- + +Bugfixes - 20.0.23 +~~~~~~~~~~~~~~~~~~ +- Fix typo in ``setup.cfg`` - by :user:`RowdyHowell`. (`#1857 <https://github.com/pypa/virtualenv/issues/1857>`_) + + v20.0.22 (2020-06-12) --------------------- diff --git a/docs/changelog/1857.bugfix.rst b/docs/changelog/1857.bugfix.rst deleted file mode 100644 index 433c536..0000000 --- a/docs/changelog/1857.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix typo in ``setup.cfg`` - by :user:`RowdyHowell`. |