diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog/1398.bugfix.rst | 1 | ||||
-rw-r--r-- | docs/changelog/1409.bugfix.rst | 1 | ||||
-rw-r--r-- | docs/changes.rst | 10 |
3 files changed, 10 insertions, 2 deletions
diff --git a/docs/changelog/1398.bugfix.rst b/docs/changelog/1398.bugfix.rst deleted file mode 100644 index 5d16b68..0000000 --- a/docs/changelog/1398.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -* fix powershell activation when sourced diff --git a/docs/changelog/1409.bugfix.rst b/docs/changelog/1409.bugfix.rst deleted file mode 100644 index c2de460..0000000 --- a/docs/changelog/1409.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -* upgrade wheel from ``0.33.4`` to ``0.33.6`` and setuptools from ``41.1.0`` to ``41.2.0`` diff --git a/docs/changes.rst b/docs/changes.rst index 0255d1e..bdd6456 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,6 +5,16 @@ Release History .. towncrier release notes start +v16.7.4 (2019-08-23) +-------------------- + +Bugfixes +^^^^^^^^ + +- * fix powershell activation when sourced (`#1398 <https://github.com/pypa/virtualenv/issues/1398>`_) +- * upgrade wheel from ``0.33.4`` to ``0.33.6`` and setuptools from ``41.1.0`` to ``41.2.0`` (`#1409 <https://github.com/pypa/virtualenv/issues/1409>`_) + + v16.7.3 (2019-08-16) -------------------- |