We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b235a44 commit 01a9218Copy full SHA for 01a9218
CHANGES
@@ -1,6 +1,14 @@
1
Nodeenv changelog
2
=================
3
4
+Version 0.7.3
5
+-------------
6
+- Fixed npm.js redirect. See `# 52`_
7
+- Added ``--update`` option. See `# 25`_
8
+
9
+.. _# 52: https://github.com/ekalinin/nodeenv/pull/52
10
+.. _# 25: https://github.com/ekalinin/nodeenv/issues/25
11
12
Version 0.7.2
13
-------------
14
- Bug fixing in ``freeze``. See `# 47`_
nodeenv.py
@@ -10,7 +10,7 @@
:license: BSD, see LICENSE for more details.
"""
-nodeenv_version = '0.7.2'
+nodeenv_version = '0.7.3'
15
import sys
16
import os
0 commit comments