From 0dfe0c5f08a37756bbb64e6f3104af31ac7230e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Fri, 12 Apr 2024 17:27:48 +0200 Subject: [PATCH] chore: bump to 0.0.10 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3db72e0..544e87f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Versions follow [Semantic Versioning](https://semver.org/>) (..). +## [0.0.10] - 2024-04-12 + ### Changed - Move the repository to https://github.com/pytest-dev/pytest-iam diff --git a/pyproject.toml b/pyproject.toml index fee7b5f..6c3eedd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] 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 "] license = "MIT"