Skip to content

Commit

Permalink
release 20.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Bernat Gabor <[email protected]>
  • Loading branch information
gaborbernat committed Feb 12, 2020
1 parent bf2815f commit c511998
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
19 changes: 19 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ Release History

.. towncrier release notes start
v20.0.3 (2020-02-12)
--------------------

Bugfixes - 20.0.3
~~~~~~~~~~~~~~~~~
- On Python 2 with Apple Framework builds the global site package is no longer added when the
:option:`system-site-packages` is not specified - by :user:`gaborbernat`. (`#1561 <https://github.com/pypa/virtualenv/issues/1561>`_)
- Fix system python discovery mechanism when prefixes contain relative parts (e.g. ``..``) by resolving paths within the
python information query - by :user:`gaborbernat`. (`#1583 <https://github.com/pypa/virtualenv/issues/1583>`_)
- Expose a programmatic API as ``from virtualenv import cli_run`` - by :user:`gaborbernat`. (`#1585 <https://github.com/pypa/virtualenv/issues/1585>`_)
- Fix ``app-data`` :option:`seeder` injects a extra ``.dist-info.virtualenv`` path that breaks ``importlib.metadata``,
now we inject an extra ``.virtualenv`` - by :user:`gaborbernat`. (`#1589 <https://github.com/pypa/virtualenv/issues/1589>`_)

Improved Documentation - 20.0.3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Document a programmatic API as ``from virtualenv import cli_run`` under :ref:`programmatic_api` -
by :user:`gaborbernat`. (`#1585 <https://github.com/pypa/virtualenv/issues/1585>`_)


v20.0.2 (2020-02-11)
--------------------

Expand Down
2 changes: 0 additions & 2 deletions docs/changelog/1561.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog/1583.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/1585.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog/1585.doc.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog/1589.bugfix.rst

This file was deleted.

0 comments on commit c511998

Please sign in to comment.