Skip to content

Commit d4dec14

Browse files
author
Fabien Coelho
committed
v3.3 fix
1 parent 7f5c2e2 commit d4dec14

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ Packages are distributed from [PyPI](https://pypi.org/project/FlaskTester/),
205205
see also the [documentation](https://zx80.github.io/flask-tester/),
206206
please report any [issues](https://github.com/zx80/flask-tester/issues).
207207

208+
### 3.3 on 2024-03-25
209+
210+
Fix missing parameter on `check` to ensure upward compatibility.
211+
208212
### 3.2 on 2024-03-24
209213

210214
Improved documentation.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "FlaskTester"
7-
version = "3.2"
7+
version = "3.3"
88
authors = [ { name = "Fabien Coelho", email = "[email protected]" } ]
99
description = "Pytest fixtures for Flask internal and external authenticated tests"
1010
readme = "README.md"

0 commit comments

Comments
 (0)