Skip to content

Commit f31d1ce

Browse files
committed
Raised version and updated changelog
1 parent 8370f0c commit f31d1ce

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

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+
212
1.10.0
313
======
414
* Add support for CPython 3.5.0

pythonz/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
__version__ = '1.10.0'
2+
__version__ = '1.11.0'
33

0 commit comments

Comments
 (0)