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 88ae453 commit 1718732Copy full SHA for 1718732
Changelog.md
@@ -1,5 +1,8 @@
1
# Changelog for VirtualEnvWrapper Powershell
2
3
+## 2021-05-07 (v.0.1.4)
4
+ * Fix various compatibility issues with PowerShell 7 (thanks to @mmorys and @dbellandi)
5
+
6
## 2020-11-26 (v0.1.3)
7
* Fix issue #21 due to working branch accidentaly merged on master
8
VirtualEnvWrapper.psm1
@@ -23,7 +23,7 @@
23
24
$WORKON_HOME=$Env:WORKON_HOME
25
$VIRTUALENWRAPPER_HOOK_DIR=''
26
-$Version = "0.1.3"
+$Version = "0.1.4"
27
28
#
29
# Set the default path and create the directory if don't exist
0 commit comments