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 3fb2265 commit 1746688Copy full SHA for 1746688
virtualenv.py
@@ -46,7 +46,7 @@
46
# noinspection PyPep8Naming
47
import configparser as ConfigParser
48
49
-__version__ = "16.7.2"
+__version__ = "16.7.3"
50
virtualenv_version = __version__ # legacy
51
DEBUG = os.environ.get("_VIRTUALENV_DEBUG", None) == "1"
52
if sys.version_info < (2, 7):
0 commit comments