diff options
author | Bernát Gábor <bgabor8@bloomberg.net> | 2020-10-25 08:47:18 +0000 |
---|---|---|
committer | Bernát Gábor <bgabor8@bloomberg.net> | 2020-10-25 08:47:18 +0000 |
commit | d4c9a0e038e8d211e108c768f8f8c265b67d3ae4 (patch) | |
tree | 21a7e38939680712160c06275de3cf65f4d27136 | |
parent | eaa0c506104ffc4d1c99fa3411440c1316e528c5 (diff) | |
download | virtualenv-release-20.1.0.tar.gz |
release 20.1.020.1.0release-20.1.0
-rw-r--r-- | docs/changelog.rst | 9 | ||||
-rw-r--r-- | docs/changelog/1995.feature.rst | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 5a3d034..319b2bb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,15 @@ Release History .. towncrier release notes start +v20.1.0 (2020-10-25) +-------------------- + +Features - 20.1.0 +~~~~~~~~~~~~~~~~~ +- The python specification can now take one or more values, first found is used to create the virtual environment - by + :user:`gaborbernat`. (`#1995 <https://github.com/pypa/virtualenv/issues/1995>`_) + + v20.0.35 (2020-10-15) --------------------- diff --git a/docs/changelog/1995.feature.rst b/docs/changelog/1995.feature.rst deleted file mode 100644 index 0019634..0000000 --- a/docs/changelog/1995.feature.rst +++ /dev/null @@ -1,2 +0,0 @@ -The python specification can now take one or more values, first found is used to create the virtual environment - by -:user:`gaborbernat`. |