Skip to content

Commit 6654c6a

Browse files
committed
0.13.6
1 parent d7f1c0d commit 6654c6a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGES

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Nodeenv changelog
22
=================
33

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+
422
Version 0.13.3
523
--------------
624
- Fixed env creation with non-ASCII chars in path. See `# 49`_

nodeenv.py

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

3737
from pkg_resources import parse_version
3838

39-
nodeenv_version = '0.13.5'
39+
nodeenv_version = '0.13.6'
4040

4141
join = os.path.join
4242
abspath = os.path.abspath

0 commit comments

Comments
 (0)