There was an error while loading. Please reload this page.
1 parent c6846f7 commit e8a8d39Copy full SHA for e8a8d39
ChangeLog
@@ -1,4 +1,12 @@
1
2
+1.9.0
3
+=====
4
+* Add support for PyPy 2.5.1 and 2.6.0
5
+* Fix parsing versions of the form X.Y.ZZ
6
+* Changed locate command to error out when a version is not found
7
+* Add support for CPython 2.7.10 (6 days ago) <Chip Warden>
8
+* Add support for Jython 2.7
9
+
10
1.8.0
11
=====
12
* Exit pythonz-install with non-zero status
pythonz/version.py
@@ -1,3 +1,3 @@
-__version__ = '1.8.0'
+__version__ = '1.9.0'
0 commit comments