From cb915af3a3036a311eb42c0e91c43b59cecf6bd0 Mon Sep 17 00:00:00 2001 From: Fabien Coelho Date: Sat, 30 Mar 2024 11:29:21 +0100 Subject: [PATCH] v3.5 --- docs/versions.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/versions.md b/docs/versions.md index 685545e..c9a3569 100644 --- a/docs/versions.md +++ b/docs/versions.md @@ -5,7 +5,7 @@ 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). -## ? on ? +## 3.5 on 2024-03-30 Improve failure behavior and testing. diff --git a/pyproject.toml b/pyproject.toml index bb9018e..33fdb50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "FlaskTester" -version = "3.4" +version = "3.5" authors = [ { name = "Fabien Coelho", email = "flask.tester@coelho.net" } ] description = "Pytest fixtures for Flask internal and external authenticated tests" readme = "README.md"