We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fdd10c commit 38c4b3aCopy full SHA for 38c4b3a
docs/changelog/1398.bugfix.rst
@@ -0,0 +1 @@
1
+* fix powershell activation when sourced
virtualenv.py
@@ -46,7 +46,7 @@
46
# noinspection PyPep8Naming
47
import configparser as ConfigParser
48
49
-__version__ = "16.7.3"
+__version__ = "16.7.4"
50
virtualenv_version = __version__ # legacy
51
DEBUG = os.environ.get("_VIRTUALENV_DEBUG", None) == "1"
52
if sys.version_info < (2, 7):
0 commit comments