We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37359e9 commit 0dfe0c5Copy full SHA for 0dfe0c5
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
Versions follow [Semantic Versioning](https://semver.org/>) (<major>.<minor>.<patch>).
9
10
+## [0.0.10] - 2024-04-12
11
+
12
### Changed
13
14
- Move the repository to https://github.com/pytest-dev/pytest-iam
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "pytest-iam"
-version = "0.0.9"
+version = "0.0.10"
description = "A fully functional OAUTH2 / OpenID Connect (OIDC) server to be used in your testsuite"
authors = ["Yaal Coop <contact@yaal.coop>"]
license = "MIT"
0 commit comments