Skip to content

Commit

Permalink
release 16.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Jun 16, 2019
1 parent a401061 commit ce9343c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/changelog/1364.bugfix.rst

This file was deleted.

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

This file was deleted.

11 changes: 11 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ Release History

.. towncrier release notes start
v16.6.1 (2019-06-16)
--------------------

Bugfixes
^^^^^^^^

- Raise an error if the target path contains the operating systems path separator (using this would break our activation scripts) - by @rrauenza. (`#395 <https://github.com/pypa/virtualenv/issues/395>`_)
- Fix an additional issue with #1339, where the user specifies ``--python``
pointing to a venv redirector executable. (`#1364 <https://github.com/pypa/virtualenv/issues/1364>`_)


v16.6.0 (2019-05-15)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion virtualenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
# noinspection PyPep8Naming
import configparser as ConfigParser

__version__ = "16.6.0"
__version__ = "16.6.1"
virtualenv_version = __version__ # legacy
DEBUG = os.environ.get("_VIRTUALENV_DEBUG", None) == "1"
if sys.version_info < (2, 7):
Expand Down

0 comments on commit ce9343c

Please sign in to comment.