We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d9b8d commit b2ef4c2Copy full SHA for b2ef4c2
CHANGES
@@ -1,6 +1,12 @@
1
Nodeenv changelog
2
=================
3
4
+Version 0.13.2
5
+--------------
6
+- Fixed ``freeze`` command. See `# 121`_
7
+
8
+.. _# 121: https://github.com/ekalinin/nodeenv/issues/121
9
10
Version 0.13.1
11
--------------
12
- Fixed bug: ``nodeenv --list is raising TypeError``. See `# 117`_, `# 118`_
nodeenv.py
@@ -36,7 +36,7 @@
36
37
from pkg_resources import parse_version
38
39
-nodeenv_version = '0.13.1'
+nodeenv_version = '0.13.2'
40
41
join = os.path.join
42
abspath = os.path.abspath
0 commit comments