Skip to content

Commit

Permalink
add changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hpk42 committed Oct 12, 2016
1 parent e8c9373 commit b77225d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.4.1
-----

- fix issue380: properly perform substitution again. Thanks Ian
Cordasco.

2.4.0
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def main():
description='virtualenv-based automation of test activities',
long_description=open("README.rst").read(),
url='https://tox.readthedocs.org/',
version='2.4.0',
version='2.4.1',
license='http://opensource.org/licenses/MIT',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel',
Expand Down
2 changes: 1 addition & 1 deletion tox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
__version__ = '2.4.0'
__version__ = '2.4.1'

from .hookspecs import hookspec, hookimpl # noqa

Expand Down

0 comments on commit b77225d

Please sign in to comment.