Skip to content

Commit

Permalink
0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed May 12, 2015
1 parent 71d9b8d commit b2ef4c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Nodeenv changelog
=================

Version 0.13.2
--------------
- Fixed ``freeze`` command. See `# 121`_

.. _# 121: https://github.com/ekalinin/nodeenv/issues/121

Version 0.13.1
--------------
- Fixed bug: ``nodeenv --list is raising TypeError``. See `# 117`_, `# 118`_
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.1'
nodeenv_version = '0.13.2'

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

1 comment on commit b2ef4c2

@ekalinin
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #121

Please sign in to comment.