Skip to content

Commit 7e880be

Browse files
committed
chore: bump to 0.0.6
1 parent b12c346 commit 7e880be

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Versions follow [Semantic Versioning](https://semver.org/>) (<major>.<minor>.<patch>).
99

10+
## [0.0.6] - 2024-01-24
11+
1012
### Fixed
1113

1214
- python <=3.8 uncompatible typing

pyproject.toml

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

55
[tool.poetry]
66
name = "pytest-iam"
7-
version = "0.0.5"
7+
version = "0.0.6"
88
description = "A fully functional OAUTH2 / OpenID Connect (OIDC) server to be used in your testsuite"
99
authors = ["Yaal Coop <contact@yaal.coop>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)