From d4dec1495fc777b7dcca9113507e146af34fc05d Mon Sep 17 00:00:00 2001 From: Fabien Coelho Date: Mon, 25 Mar 2024 08:58:53 +0100 Subject: [PATCH] v3.3 fix --- README.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89cf75b..4353d6a 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,10 @@ Packages are distributed from [PyPI](https://pypi.org/project/FlaskTester/), see also the [documentation](https://zx80.github.io/flask-tester/), please report any [issues](https://github.com/zx80/flask-tester/issues). +### 3.3 on 2024-03-25 + +Fix missing parameter on `check` to ensure upward compatibility. + ### 3.2 on 2024-03-24 Improved documentation. diff --git a/pyproject.toml b/pyproject.toml index 8519bb0..a22cde2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "FlaskTester" -version = "3.2" +version = "3.3" authors = [ { name = "Fabien Coelho", email = "flask.tester@coelho.net" } ] description = "Pytest fixtures for Flask internal and external authenticated tests" readme = "README.md"