Skip to content

Commit 1e888ce

Browse files
committed
commit 2.5.0 related changes
1 parent 999077f commit 1e888ce

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

doc/support.txt

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,22 @@ support and contact channels
66

77
Getting in contact:
88

9-
* join the `Testing In Python (TIP) mailing list`_ for general and tox/test-tool
10-
interaction questions.
9+
* join the `tox-dev mailing list`_ for tox related questions and development discussions.
1110
* file a `report on the issue tracker`_
1211
* hang out on the irc.freenode.net #pylib channel
13-
* `clone the mercurial repository`_ and submit patches
14-
* the `tetamap blog`_, `holger's twitter presence`_ or
15-
for private inquiries holger krekel at gmail.
12+
* `fork the github repository`_ and submit merge/pull requests
1613

17-
professional support
14+
paid professional support
1815
----------------------------
1916

20-
.. note:: Upcoming: `professional testing with pytest and tox <`http://www.python-academy.com/courses/specialtopics/python_course_testing.html>`_ , 24th-26th June 2013, Leipzig.
21-
22-
If you are looking for on-site teaching or consulting support,
2317
contact holger at `merlinux.eu`_, an association of
2418
experienced well-known Python developers.
2519

26-
.. _`Maciej Fijalkowski`: http://www.ohloh.net/accounts/fijal
27-
.. _`Benjamin Peterson`: http://www.ohloh.net/accounts/gutworth
2820
.. _`Testing In Python (TIP) mailing list`: http://lists.idyll.org/listinfo/testing-in-python
2921
.. _`holger's twitter presence`: http://twitter.com/hpk42
3022
.. _`merlinux.eu`: http://merlinux.eu
3123
.. _`report on the issue tracker`: https://github.com/tox-dev/tox/issues
3224
.. _`tetamap blog`: http://holgerkrekel.net
33-
.. _`tox-dev`: http://codespeak.net/mailman/listinfo/tox-dev
34-
.. _`tox-commit`: http://codespeak.net/mailman/listinfo/tox-commit
35-
.. _`clone the mercurial repository`: https://github.com/tox-dev/tox
25+
.. _`tox-dev mailing list`: https://mail.python.org/mm3/mailman3/lists/tox-dev.python.org/
26+
.. _`fork the github repository`: https://github.com/tox-dev/tox
3627

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def main():
4848
description='virtualenv-based automation of test activities',
4949
long_description=open("README.rst").read(),
5050
url='https://tox.readthedocs.org/',
51-
version='2.5.0.dev1',
51+
version='2.5.0',
5252
license='http://opensource.org/licenses/MIT',
5353
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
5454
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.5.0.dev1'
2+
__version__ = '2.5.0'
33

44
from .hookspecs import hookspec, hookimpl # noqa
55

0 commit comments

Comments
 (0)