From 2322538781f1867d93ee15fe1be9a984a29405e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net> Date: Fri, 11 Feb 2022 17:50:22 +0100 Subject: [PATCH] Version 1.2.2 --- CHANGELOG.md | 3 +++ pretix_matrix_inviter/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a80518..a664e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.2.2] - 2022-02-11 + ### Fixed - Pypi won't take a new classifier @@ -50,6 +52,7 @@ Versioning](https://semver.org/spec/v2.0.0.html). - Ask for Matrix ID in selected products - Invite Pretix participants to configured Matrix room +[1.2.2](https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.2.1...v1.2.2) [1.2.1](https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.2.0...v1.2.1) [1.2.0](https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.1.0...v1.2.0) [1.1.0](https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.0.0...v1.1.0) diff --git a/pretix_matrix_inviter/__init__.py b/pretix_matrix_inviter/__init__.py index b3930f8..4f7c1a0 100644 --- a/pretix_matrix_inviter/__init__.py +++ b/pretix_matrix_inviter/__init__.py @@ -5,7 +5,7 @@ try: except ImportError: raise RuntimeError("Please use pretix 2.7 or above to run this plugin!") -__version__ = "1.2.1" +__version__ = "1.2.2" class PluginApp(PluginConfig): -- GitLab