Skip to content

Commit e8a8d39

Browse files
committed
Raised version and updated ChangeLog
1 parent c6846f7 commit e8a8d39

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog

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

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+
210
1.8.0
311
=====
412
* Exit pythonz-install with non-zero status

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.8.0'
2+
__version__ = '1.9.0'
33

0 commit comments

Comments
 (0)