From af713d3774567ad542fe7ede16b662c6104fb0c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net> Date: Fri, 11 Feb 2022 17:44:38 +0100 Subject: [PATCH] Version 1.2.1 --- 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 f6bf6bc..9140587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.2.1] - 2022-02-11 + ### Fixed - Don't crash when the configuration is empty @@ -44,6 +46,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.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) [1.0.0](https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/tags/v1.0.0) diff --git a/pretix_matrix_inviter/__init__.py b/pretix_matrix_inviter/__init__.py index 44c0e7d..b3930f8 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.0" +__version__ = "1.2.1" class PluginApp(PluginConfig): -- GitLab