Skip to content

Commit 1ec3895

Browse files
author
Fabien Coelho
committed
v4.0
1 parent cc03a51 commit 1ec3895

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/versions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Packages are distributed from [PyPI](https://pypi.org/project/FlaskTester/),
55
see also the [documentation](https://zx80.github.io/flask-tester/),
66
please report any [issues](https://github.com/zx80/flask-tester/issues).
77

8-
## 4.0 on ?
8+
## 4.0 on 2024-05-20
99

1010
Improved documentation and tests.
1111
Remove deprecated `FLASK_TESTER_URL`, simplifying code in passing.

pyproject.toml

+1-1
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.6"
7+
version = "4.0"
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)