From 4d20f2f93f678cae9cb3e96205f8739ef9d43ad6 Mon Sep 17 00:00:00 2001 From: Joshua Fehler Date: Wed, 22 Dec 2021 11:39:41 -0500 Subject: [PATCH] Bump version to 0.2.0 --- CHANGELOG.rst | 7 +++++++ README.rst | 2 +- pytest_splinter4/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3ca0df7..8b00353 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Changelog ========= +0.2.0 +----- + +Changed +++++++++ +- Bumped minimum splinter version to 0.17.0 + 0.1.0 ----- diff --git a/README.rst b/README.rst index 03bf6eb..1634f76 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ A `pytest `_ plugin for `splinter `_ with added features and fixes to support newer versions of -``pytest``, ``pytest-xdist``, and ``splinter >= 0.16.0.`` +``pytest``, ``pytest-xdist``, and ``splinter >= 0.17.0.`` .. image:: https://img.shields.io/pypi/v/pytest-splinter4.svg :target: https://pypi.python.org/pypi/pytest-splinter4 diff --git a/pytest_splinter4/__init__.py b/pytest_splinter4/__init__.py index 4f1a806..8f4a830 100644 --- a/pytest_splinter4/__init__.py +++ b/pytest_splinter4/__init__.py @@ -1,2 +1,2 @@ """pytest-splinter4 package.""" -__version__ = "0.1.0" +__version__ = "0.2.0"