summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2015-11-11 14:08:10 +0100
committerholger krekel <holger@merlinux.eu>2015-11-11 14:08:10 +0100
commit0d9218f6ecfd59d34e8958d18f8db6158a7cbcc6 (patch)
treefcb49bcf578797435edbb063dbab0a0aeafe7ff2 /setup.py
parent83a9e65188162cc4c36f61e6c3e4c88f47b6a03e (diff)
downloadtox-0d9218f6ecfd59d34e8958d18f8db6158a7cbcc6.tar.gz
prepare 2.2.0
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 db09786..71fdcdc 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ def main():
description='virtualenv-based automation of test activities',
long_description=open("README.rst").read(),
url='http://tox.testrun.org/',
- version='2.1.2.dev1',
+ version='2.2.0',
license='http://opensource.org/licenses/MIT',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel',