From d781050feb852e1335734b774d474646e9393213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net> Date: Wed, 4 Oct 2023 11:41:09 +0200 Subject: [PATCH] Release version 1.7.2 --- CHANGELOG.md | 4 ++++ pretix_matrix_inviter/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 375b220..b0e365f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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] + +## [1.7.2] - 2023-10-04 ### Changed - Move to pyproject.toml @@ -82,6 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 <!-- markdownlint-disable-file MD024--> <!-- markdownlint-disable-file MD032--> +[1.7.2]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.7.1...v1.7.2 +[1.7.1]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.7.0...v1.7.1 [1.7.0]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.6.0...v1.7.0 [1.6.0]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.5.0...v1.6.0 [1.5.0]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.4.1...v1.5.0 diff --git a/pretix_matrix_inviter/__init__.py b/pretix_matrix_inviter/__init__.py index 3c1e9cb..1db13ec 100644 --- a/pretix_matrix_inviter/__init__.py +++ b/pretix_matrix_inviter/__init__.py @@ -1 +1 @@ -__version__ = "1.7.1" +__version__ = "1.7.2" -- GitLab