summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2014-05-15 11:41:19 +0200
committerholger krekel <holger@merlinux.eu>2014-05-15 11:41:19 +0200
commitda140fed8e96394ad49224a45d76a525b62f00b2 (patch)
tree0eb2d180b45a839c4430d49dd317379f63b3d0f9 /setup.py
parent360ee98eae10511bb32c82997052ff1ab278033f (diff)
downloadtox-da140fed8e96394ad49224a45d76a525b62f00b2.tar.gz
fix issue150: parse {posargs} more like we used to do it pre 1.7.0.
The 1.7.0 behaviour broke a lot of OpenStack projects. See PR85 and the issue discussions for (far) more details, hopefully resulting in a more refined behaviour in the 1.8 series. And thanks to Clark Boylan for the PR.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 582d315..fe22de3 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.1',
+ version='1.7.2.dev1',
license='http://opensource.org/licenses/MIT',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel',