From 7bd41abe9de35b5733f5e01a894756c23623ad51 Mon Sep 17 00:00:00 2001 From: Joshua Fehler Date: Thu, 1 Feb 2024 08:55:14 -0500 Subject: [PATCH] Bump version to 0.4.0 --- CHANGELOG.rst | 12 ++++++++++++ pytest_splinter4/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b8d4c8f..e49c567 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,18 @@ Changelog ========= +0.4.0 +----- + +Changed ++++++++ +- Bumped minimum Python version to 3.8 +- Add Python 3.11 and 3.12 support + +Fixed ++++++ +- Update cookies handling to support recent splinter versions + 0.3.0 ----- diff --git a/pytest_splinter4/__init__.py b/pytest_splinter4/__init__.py index 1caead7..4a6a84b 100644 --- a/pytest_splinter4/__init__.py +++ b/pytest_splinter4/__init__.py @@ -1,2 +1,2 @@ """pytest-splinter4 package.""" -__version__ = "0.3.0" +__version__ = "0.4.0"