Skip to content

Commit 1718732

Browse files
committed
New micro version
1 parent 88ae453 commit 1718732

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog for VirtualEnvWrapper Powershell
22

3+
## 2021-05-07 (v.0.1.4)
4+
* Fix various compatibility issues with PowerShell 7 (thanks to @mmorys and @dbellandi)
5+
36
## 2020-11-26 (v0.1.3)
47
* Fix issue #21 due to working branch accidentaly merged on master
58

VirtualEnvWrapper.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
$WORKON_HOME=$Env:WORKON_HOME
2525
$VIRTUALENWRAPPER_HOOK_DIR=''
26-
$Version = "0.1.3"
26+
$Version = "0.1.4"
2727

2828
#
2929
# Set the default path and create the directory if don't exist

0 commit comments

Comments
 (0)