File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
Nodeenv changelog
2
2
=================
3
3
4
+ Version 0.13.6
5
+ --------------
6
+ - Use https for nodejs.org. See `# 129`_
7
+
8
+ .. _# 129: https://github.com/ekalinin/nodeenv/issues/129
9
+
10
+ Version 0.13.5
11
+ --------------
12
+ - Improved user-agent identification
13
+
14
+ Version 0.13.4
15
+ --------------
16
+ - Custom ``user-agent``. See `# 125`_, `# 127`_
17
+
18
+ .. _# 125: https://github.com/ekalinin/nodeenv/issues/125
19
+ .. _# 127: https://github.com/ekalinin/nodeenv/issues/127
20
+
21
+
4
22
Version 0.13.3
5
23
--------------
6
24
- Fixed env creation with non-ASCII chars in path. See `# 49`_
Original file line number Diff line number Diff line change 36
36
37
37
from pkg_resources import parse_version
38
38
39
- nodeenv_version = '0.13.5 '
39
+ nodeenv_version = '0.13.6 '
40
40
41
41
join = os .path .join
42
42
abspath = os .path .abspath
You can’t perform that action at this time.
0 commit comments