File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
## Version History
2
2
3
+ #### 1.0.0
4
+
5
+ * Use similar versioning scheme as pyenv; YYYYMMDD -> X.Y.Z
6
+
3
7
#### 20160716
4
8
5
9
* Suppress activate/deactivate messages by default (#169 , #170 , #171 )
6
- + Source conda package activate/deactivat scripts if exist (#173 )
10
+ * Source conda package activate/deactivat scripts if exist (#173 )
7
11
* Use ` source ` in favor of ` . ` for ` fish ` (#175 )
8
12
* Use ` python -m venv ` instead of ` pyvenv ` due to deprecation of ` pyvenv ` after 3.6 (#184 , #185 )
9
13
Original file line number Diff line number Diff line change 9
9
# -f/--force Install even if the version appears to be installed already
10
10
#
11
11
12
- PYENV_VIRTUALENV_VERSION=" 20160716 "
12
+ PYENV_VIRTUALENV_VERSION=" 1.0.0 "
13
13
14
14
set -e
15
15
[ -n " $PYENV_DEBUG " ] && set -x
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ setup() {
15
15
run pyenv-virtualenv --version
16
16
17
17
assert_success
18
- [[ " $output " == " pyenv-virtualenv 20 " * " (virtualenv 1.11)" ]]
18
+ [[ " $output " == " pyenv-virtualenv " ? . ? . ? " (virtualenv 1.11)" ]]
19
19
20
20
unstub pyenv-prefix
21
21
unstub pyenv-exec
@@ -30,7 +30,7 @@ setup() {
30
30
run pyenv-virtualenv --version
31
31
32
32
assert_success
33
- [[ " $output " == " pyenv-virtualenv 20 " * " (python -m venv)" ]]
33
+ [[ " $output " == " pyenv-virtualenv " ? . ? . ? " (python -m venv)" ]]
34
34
35
35
unstub pyenv-prefix
36
36
teardown_m_venv " 3.4.1"
You can’t perform that action at this time.
0 commit comments