diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog/1382.bugfix.rst | 3 | ||||
-rw-r--r-- | docs/changes.rst | 11 |
2 files changed, 11 insertions, 3 deletions
diff --git a/docs/changelog/1382.bugfix.rst b/docs/changelog/1382.bugfix.rst deleted file mode 100644 index c497af5..0000000 --- a/docs/changelog/1382.bugfix.rst +++ /dev/null @@ -1,3 +0,0 @@ -Extend the LICESNE search paths list by ``lib64/pythonX.Y`` to support Linux -vendors who install their Python to ``/usr/lib64/pythonX.Y`` (Gentoo, Fedora, -openSUSE, RHEL and others) - by ``hroncok`` diff --git a/docs/changes.rst b/docs/changes.rst index 27d4cc4..144dc19 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,6 +5,17 @@ Release History .. towncrier release notes start +v16.6.2 (2019-07-14) +-------------------- + +Bugfixes +^^^^^^^^ + +- Extend the LICESNE search paths list by ``lib64/pythonX.Y`` to support Linux + vendors who install their Python to ``/usr/lib64/pythonX.Y`` (Gentoo, Fedora, + openSUSE, RHEL and others) - by ``hroncok`` (`#1382 <https://github.com/pypa/virtualenv/issues/1382>`_) + + v16.6.1 (2019-06-16) -------------------- |