Skip to content

Commit

Permalink
v3.3 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Coelho committed Mar 25, 2024
1 parent 7f5c2e2 commit d4dec14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "FlaskTester"
version = "3.2"
version = "3.3"
authors = [ { name = "Fabien Coelho", email = "[email protected]" } ]
description = "Pytest fixtures for Flask internal and external authenticated tests"
readme = "README.md"
Expand Down

0 comments on commit d4dec14

Please sign in to comment.