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
commit41ee1e0466a09a41ca67b0033164741e82d9de20 (patch)
treee0cb4e26213f97cdfd5d50d08b05ca7518ad84b0
parent81a1629f388597a67c9ae02a1c901299593dfa9d (diff)
downloadtox-git-41ee1e0466a09a41ca67b0033164741e82d9de20.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 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):