Skip to content

Commit

Permalink
Merge pull request #168 from nicoddemus/release-1.5.1
Browse files Browse the repository at this point in the history
Release 1.5.1
  • Loading branch information
nicoddemus committed Nov 15, 2017
2 parents 7ebaf21 + 9fe072a commit 0c7c0e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.5.1
=====

- fix #167 - prevent pip from installing py in unsupported Python versions.

1.5.0
=====

Expand Down
2 changes: 1 addition & 1 deletion py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(c) Holger Krekel and others, 2004-2014
"""
__version__ = '1.5.0'
__version__ = '1.5.1'

try:
from py._vendored_packages import apipkg
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def main():
url='http://py.readthedocs.io/',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
author='holger krekel, Ronny Pfannschmidt, Benjamin Peterson and others',
author_email='pytest-dev@python.org',
classifiers=['Development Status :: 6 - Mature',
Expand Down

0 comments on commit 0c7c0e5

Please sign in to comment.