Skip to content

Commit 677df66

Browse files
committed
0.13.0
1 parent 577220f commit 677df66

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Nodeenv changelog
22
=================
33

4+
Version 0.13.0
5+
--------------
6+
- Removed deps from ``sort``, ``egrep``, ``curl``, ``tar``.
7+
See `# 114`_, `# 116`_.
8+
9+
.. _# 114: https://github.com/ekalinin/nodeenv/pull/114
10+
.. _# 116: https://github.com/ekalinin/nodeenv/pull/116
11+
412
Version 0.12.3
513
--------------
614
- Fixed check for installed curl/tar/etc for py3.

nodeenv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from pkg_resources import parse_version
3838

3939

40-
nodeenv_version = '0.12.3'
40+
nodeenv_version = '0.13.0'
4141

4242
join = os.path.join
4343
abspath = os.path.abspath

0 commit comments

Comments
 (0)