From 41ee1e0466a09a41ca67b0033164741e82d9de20 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 28 Mar 2014 15:19:10 +0100 Subject: 1.7.1 quick bugfix release --- CHANGELOG | 2 +- README.rst | 2 +- setup.py | 2 +- tox/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 53570376..e6168cb2 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -XXX +1.7.1 --------- - fix issue162: don't list python 2.5 as compatibiliy/supported diff --git a/README.rst b/README.rst index 2beeadd1..c107df00 100644 --- a/README.rst +++ b/README.rst @@ -21,5 +21,5 @@ For more information and the repository please checkout: have fun, -holger krekel, January 2014 +holger krekel, 2014 diff --git a/setup.py b/setup.py index 5a61aa17..582d3151 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def main(): description='virtualenv-based automation of test activities', long_description=open("README.rst").read(), url='http://tox.testrun.org/', - version='1.7.0', + version='1.7.1', license='http://opensource.org/licenses/MIT', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', diff --git a/tox/__init__.py b/tox/__init__.py index 5ff0e856..8f0acb1a 100644 --- a/tox/__init__.py +++ b/tox/__init__.py @@ -1,5 +1,5 @@ # -__version__ = '1.7.0' +__version__ = '1.7.1' class exception: class Error(Exception): -- cgit v1.2.1