summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2014-03-28 15:19:10 +0100
committerholger krekel <holger@merlinux.eu>2014-03-28 15:19:10 +0100
commit128601efabaffb3e4c726964b6e4103b43e0e791 (patch)
tree716eabf52d5bb220c371b4064240df65ad2c552e
parent8dc60bce471a2da03d28c9a6d307ba2784dd3c6a (diff)
downloadtox-128601efabaffb3e4c726964b6e4103b43e0e791.tar.gz
1.7.1 quick bugfix release1.7.1
-rwxr-xr-xCHANGELOG2
-rw-r--r--README.rst2
-rw-r--r--setup.py2
-rw-r--r--tox/__init__.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5357037..e6168cb 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 2beeadd..c107df0 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 5a61aa1..582d315 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 5ff0e85..8f0acb1 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):