Skip to content

Commit 7dbdbb0

Browse files
author
Fabien Coelho
committed
new release, v1.2
1 parent c3a5b01 commit 7dbdbb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ please report any [issues](https://github.com/zx80/flask-tester/issues).
188188

189189
## Versions
190190

191-
### ? on ?
191+
### 1.2 on 2024-03-15
192192

193193
Improved documentation and tests.
194194
Raise an error when setting unusable passwords or tokens.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "FlaskTester"
7-
version = "1.1"
7+
version = "1.2"
88
authors = [ { name = "Fabien Coelho", email = "[email protected]" } ]
9-
description = "Pytest fixtures for Flask authenticated internal and external tests"
9+
description = "Pytest fixtures for Flask internal and external authenticated tests"
1010
readme = "README.md"
1111
license = { text = "CC0" }
1212
requires-python = ">=3.10"

0 commit comments

Comments
 (0)