From c51a4a87c9553e8a92b14b2f9993cd25f8f5fcb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net> Date: Sat, 1 Feb 2025 21:49:59 +0100 Subject: [PATCH] Version 2.2.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ pretix_oidc/__init__.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ba35fa4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [2.2.0] - 2025-02-01 + +### Changed + +- Move to pyproject.toml + +### Added + +- Release on PyPi + +[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 9aa3f90..8a124bf 100644 --- a/pretix_oidc/__init__.py +++ b/pretix_oidc/__init__.py @@ -1 +1 @@ -__version__ = "2.1.0" +__version__ = "2.2.0" -- GitLab