From 8f5dc8505b56262b75b7f74b7ff1ef38f08cb26a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net> Date: Sat, 1 Feb 2025 21:55:53 +0100 Subject: [PATCH] Version 2.2.1 --- CHANGELOG.md | 3 +++ pretix_oidc/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c212f2d..dd0fdf2 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 ## [Unreleased] +## [2.2.1] - 2025-02-01 + ### Fixed - Include CHANGELOG in manifest @@ -21,4 +23,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Release on PyPi +[2.2.1]: https://github.com/thegcat/pretix-oidc/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/thegcat/pretix-oidc/releases/tag/v2.2.0 diff --git a/pretix_oidc/__init__.py b/pretix_oidc/__init__.py index 8a124bf..b19ee4b 100644 --- a/pretix_oidc/__init__.py +++ b/pretix_oidc/__init__.py @@ -1 +1 @@ -__version__ = "2.2.0" +__version__ = "2.2.1" -- GitLab