Bump.
This commit is contained in:
parent
ce138060ac
commit
6ec0c3f369
|
@ -51,6 +51,11 @@ Example
|
||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
0.3.0 - Unreleased
|
||||||
|
------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
0.2.0 - 2016-10-24
|
0.2.0 - 2016-10-24
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ setup(
|
||||||
description='pytest plugin to list Python warnings in pytest report',
|
description='pytest plugin to list Python warnings in pytest report',
|
||||||
long_description=open("README.rst").read(),
|
long_description=open("README.rst").read(),
|
||||||
license="MIT license",
|
license="MIT license",
|
||||||
version='0.2.0',
|
version='0.3.0.dev0',
|
||||||
author='Florian Schulze',
|
author='Florian Schulze',
|
||||||
author_email='florian.schulze@gmx.net',
|
author_email='florian.schulze@gmx.net',
|
||||||
url='https://github.com/fschulze/pytest-warnings',
|
url='https://github.com/fschulze/pytest-warnings',
|
||||||
|
|
Loading…
Reference in New Issue