From b8910c89e2c818269bce11ac92380c18c7159f20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net> Date: Thu, 26 May 2022 23:26:02 +0200 Subject: [PATCH] Version 1.4.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 6491364..281aec8 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] +## [1.4.1] - 2022-05-26 + ### Fixed - Syntax fix @@ -76,6 +78,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Ask for Matrix ID in selected products - Invite Pretix participants to configured Matrix room +[1.4.1]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.4.0...v1.4.1 [1.4.0]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.3.0...v1.4.0 [1.3.0]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.2.3...v1.3.0 [1.2.3]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.2.2...v1.2.3 diff --git a/pretix_matrix_inviter/__init__.py b/pretix_matrix_inviter/__init__.py index ca60aa0..008e724 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.4.0" +__version__ = "1.4.1" class PluginApp(PluginConfig): -- GitLab