Skip to content

Commit

Permalink
0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Mar 17, 2015
1 parent c636a24 commit 2b2ff31
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Patches and Suggestions
- Anton Parkhomenko
- Vyacheslav Levit
- Travis Miller
- syndbg
- Spencer Rathbun
- Lispython
- Kyle P Davis
Expand Down
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Nodeenv changelog
=================

Version 0.13.1
--------------
- Fixed bug: ``nodeenv --list is raising TypeError``. See `# 117`_, `# 118`_

.. _# 117: https://github.com/ekalinin/nodeenv/issues/117
.. _# 118: https://github.com/ekalinin/nodeenv/pull/118

Version 0.13.0
--------------
- Removed deps from ``sort``, ``egrep``, ``curl``, ``tar``.
Expand Down
2 changes: 1 addition & 1 deletion nodeenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

from pkg_resources import parse_version

nodeenv_version = '0.13.0'
nodeenv_version = '0.13.1'

join = os.path.join
abspath = os.path.abspath
Expand Down

0 comments on commit 2b2ff31

Please sign in to comment.