There was an error while loading. Please reload this page.
1 parent 8370f0c commit f31d1ceCopy full SHA for f31d1ce
ChangeLog
@@ -1,4 +1,14 @@
1
2
+1.11.0
3
+======
4
+* Remove spurious install_dir checks and use a cleaner Exception when it already exists
5
+* Add sha256sum for every python package, and supporting code to check it before installation
6
+* Add ability to make external installations
7
+* Add support for PyPy 4.0.0 and 4.0.1
8
+* Use resumable-urlretrieve to resume interrupted downloads
9
+* Add list -a filtering by groups
10
+* Add support for CPython 2.7.11 and 3.5.1
11
+
12
1.10.0
13
======
14
* Add support for CPython 3.5.0
pythonz/version.py
@@ -1,3 +1,3 @@
-__version__ = '1.10.0'
+__version__ = '1.11.0'
0 commit comments