summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2014-10-24 20:18:37 +0200
committerholger krekel <holger@merlinux.eu>2014-10-24 20:18:37 +0200
commitd28660736e8485d38662d613b58981188c74568f (patch)
treed140c2219c55790ac2206d3f58b84122d95b1a86
parentc094bab21eb73c801e0b4c204589836e8b6783ed (diff)
downloadtox-git-d28660736e8485d38662d613b58981188c74568f.tar.gz
finalize 1.8.11.8.1
--HG-- branch : tox-1.8-maint
-rw-r--r--CHANGELOG2
-rw-r--r--doc/conf.py2
-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 d9981456..37f963a3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-1.8.1.dev
+1.8.1
-----------
- fix issue190: allow setenv to be empty.
diff --git a/doc/conf.py b/doc/conf.py
index 92ed895b..3096b10e 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -49,7 +49,7 @@ copyright = u'2013, holger krekel and others'
#
# The short X.Y version.
release = "1.8"
-version = "1.8.0"
+version = "1.8.1"
# The full version, including alpha/beta/rc tags.
# The language for content autogenerated by Sphinx. Refer to documentation
diff --git a/setup.py b/setup.py
index 7bd4d401..c8424cf6 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ def main():
description='virtualenv-based automation of test activities',
long_description=open("README.rst").read(),
url='http://tox.testrun.org/',
- version='1.8.1.dev1',
+ version='1.8.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 47b85e44..5c38ad78 100644
--- a/tox/__init__.py
+++ b/tox/__init__.py
@@ -1,5 +1,5 @@
#
-__version__ = '1.8.1.dev1'
+__version__ = '1.8.1'
class exception:
class Error(Exception):