From 6ec0c3f3690efb500155a44b65c0f1719dad905b Mon Sep 17 00:00:00 2001 From: Florian Schulze Date: Mon, 24 Oct 2016 12:10:49 +0200 Subject: [PATCH] Bump. --- README.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 86d1d0985..c598259c3 100644 --- a/README.rst +++ b/README.rst @@ -51,6 +51,11 @@ Example Changes ======= +0.3.0 - Unreleased +------------------ + + + 0.2.0 - 2016-10-24 ------------------ diff --git a/setup.py b/setup.py index ea4d193fd..19a4c6e80 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( description='pytest plugin to list Python warnings in pytest report', long_description=open("README.rst").read(), license="MIT license", - version='0.2.0', + version='0.3.0.dev0', author='Florian Schulze', author_email='florian.schulze@gmx.net', url='https://github.com/fschulze/pytest-warnings',