Skip to content

Commit

Permalink
Trivial: Update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
houtianze committed Jun 6, 2016
1 parent 574ff61 commit 31e6578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Version History:

- 1.2.18: Add in upload resuming using slices; Fix Unicode issue with py2_jsondump()
- 1.2.18: Add in upload resuming using slices; Fix Unicode issue with py2_jsondump(); Fix the pypi setup package
- 1.2.17: Fix UnicodeEncodeError on redirect; Add in retry on urllib3 TimeOutError
- 1.2.16: Add in proxy prompts
- 1.2.15: Fix a severe bug (accidental directory deletion) in `download` command intoduced in 1.2.14
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi

if [ ! -d "$py3venv" ]
then
python3 -m venv "$py3venv"
python3 -m virtualenv "$py3venv"
fi

actual=0
Expand Down

0 comments on commit 31e6578

Please sign in to comment.