Skip to content

Commit

Permalink
Raised version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Dec 14, 2015
1 parent 8370f0c commit f31d1ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

1.11.0
======
* Remove spurious install_dir checks and use a cleaner Exception when it already exists
* Add sha256sum for every python package, and supporting code to check it before installation
* Add ability to make external installations
* Add support for PyPy 4.0.0 and 4.0.1
* Use resumable-urlretrieve to resume interrupted downloads
* Add list -a filtering by groups
* Add support for CPython 2.7.11 and 3.5.1

1.10.0
======
* Add support for CPython 3.5.0
Expand Down
2 changes: 1 addition & 1 deletion pythonz/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

__version__ = '1.10.0'
__version__ = '1.11.0'

0 comments on commit f31d1ce

Please sign in to comment.