diff options
| author | Bernat Gabor <bgabor8@bloomberg.net> | 2019-02-22 17:15:50 +0300 |
|---|---|---|
| committer | Bernat Gabor <bgabor8@bloomberg.net> | 2019-02-22 17:15:50 +0300 |
| commit | be34ae044174b3fc401dd8245de982c7307dc4fe (patch) | |
| tree | 07842eab6527c3c086dd8e86b0a444ca3354ba96 | |
| parent | 2c482c82ffc2abbb9903b21829c25d4db25800ed (diff) | |
| download | virtualenv-16.4.1.tar.gz | |
release 16.4.116.4.1
| -rw-r--r-- | docs/changelog/1317.bugfix.rst | 1 | ||||
| -rw-r--r-- | docs/changelog/1321.feature.rst | 1 | ||||
| -rw-r--r-- | docs/changes.rst | 15 |
3 files changed, 15 insertions, 2 deletions
diff --git a/docs/changelog/1317.bugfix.rst b/docs/changelog/1317.bugfix.rst deleted file mode 100644 index b88f36f..0000000 --- a/docs/changelog/1317.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix ``license()`` builtin by copying the ``LICENSE`` file into the virtualenv - by ``asottile``. diff --git a/docs/changelog/1321.feature.rst b/docs/changelog/1321.feature.rst deleted file mode 100644 index 16e8226..0000000 --- a/docs/changelog/1321.feature.rst +++ /dev/null @@ -1 +0,0 @@ -bump vendored pip to ``19.0.3`` and wheel to ``0.33.1`` diff --git a/docs/changes.rst b/docs/changes.rst index 1a112af..360e5ce 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,6 +5,21 @@ Release History .. towncrier release notes start +v16.4.1 (2019-02-22) +-------------------- + +Bugfixes +^^^^^^^^ + +- Fix ``license()`` builtin by copying the ``LICENSE`` file into the virtualenv - by ``asottile``. (`#1317 <https://github.com/pypa/virtualenv/issues/1317>`_) + + +Features +^^^^^^^^ + +- bump vendored pip to ``19.0.3`` and wheel to ``0.33.1`` (`#1321 <https://github.com/pypa/virtualenv/issues/1321>`_) + + v16.4.0 (2019-02-09) -------------------- |
