Skip to content

Commit

Permalink
0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Jan 16, 2015
1 parent 0533caf commit 6be4117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodeenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:license: BSD, see LICENSE for more details.
"""

nodeenv_version = '0.12.0'
nodeenv_version = '0.12.1'

import sys
import os
Expand Down Expand Up @@ -743,7 +743,7 @@ def get_last_stable_node_version():
"""
Return last stable node.js version
"""
response = urlopen('http://%s/dist/latest/' % (src_domain))
response = urlopen('https://%s/dist/latest/' % (src_domain))
href_parser = GetsAHrefs()
href_parser.feed(response.read().decode('UTF-8'))

Expand Down

0 comments on commit 6be4117

Please sign in to comment.