Skip to content

Commit 38c4b3a

Browse files
committed
prepare release 16.7.4
1 parent 1fdd10c commit 38c4b3a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changelog/1398.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* fix powershell activation when sourced

virtualenv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# noinspection PyPep8Naming
4747
import configparser as ConfigParser
4848

49-
__version__ = "16.7.3"
49+
__version__ = "16.7.4"
5050
virtualenv_version = __version__ # legacy
5151
DEBUG = os.environ.get("_VIRTUALENV_DEBUG", None) == "1"
5252
if sys.version_info < (2, 7):

0 commit comments

Comments
 (0)