File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
Nodeenv changelog
2
2
=================
3
3
4
+ Version 0.7.0
5
+ -------------
6
+ - added ``--force``. See `# 37`_
7
+ - python3 support (first steps). See `# 38`_, `# 39`_
8
+ - escaping all directories used by subprocesses. See `# 40`_
9
+ - added an option to use system-wide node. See `# 41`_
10
+
11
+ .. _# 37: https://github.com/ekalinin/nodeenv/pull/37
12
+ .. _# 38: https://github.com/ekalinin/nodeenv/issues/38
13
+ .. _# 39: https://github.com/ekalinin/nodeenv/issues/39
14
+ .. _# 40: https://github.com/ekalinin/nodeenv/pull/40
15
+ .. _# 41: https://github.com/ekalinin/nodeenv/pull/41
16
+
17
+
4
18
Version 0.6.6
5
19
-------------
6
20
- Fixed incomplete package names using freeze. See `# 35`_
Original file line number Diff line number Diff line change 10
10
:license: BSD, see LICENSE for more details.
11
11
"""
12
12
13
- nodeenv_version = '0.6.6 '
13
+ nodeenv_version = '0.7.0 '
14
14
15
15
import sys
16
16
import os
You can’t perform that action at this time.
0 commit comments