Skip to content

Commit 29f207b

Browse files
committed
create first 2.6.1 dev version
1 parent fc3bd3c commit 29f207b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def main():
5555
description='virtualenv-based automation of test activities',
5656
long_description=open("README.rst").read(),
5757
url='https://tox.readthedocs.org/',
58-
version='2.6.0',
58+
version='2.6.1.dev1',
5959
license='http://opensource.org/licenses/MIT',
6060
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
6161
author='holger krekel',

tox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
__version__ = '2.6.0'
2+
__version__ = '2.6.1.dev1'
33

44
from .hookspecs import hookspec, hookimpl # noqa
55

0 commit comments

Comments
 (0)