summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-04-30 16:57:31 +0200
committerholger krekel <holger@merlinux.eu>2013-04-30 16:57:31 +0200
commit24df8f916c0191a482369f88627bab4d75dbaca0 (patch)
treec90423dfa241eac95a859bab011429b10697ccea /setup.py
parent635311f30d6e81525e546cd284761d838e103cea (diff)
downloadtox-git-24df8f916c0191a482369f88627bab4d75dbaca0.tar.gz
add changelog entry for fix of issue97 - allow substitutions to
reference from other sections (thanks Krisztian Fekete)
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 2ad3ff29..8e5c5972 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ def main():
description='virtualenv-based automation of test activities',
long_description=long_description,
url='http://tox.testrun.org/',
- version='1.5.dev6',
+ version='1.5.dev7',
license='http://opensource.org/licenses/MIT',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel',