From 800b6a47a2009c145bc7a194918860a2165816c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net> Date: Thu, 9 Feb 2023 10:41:40 +0100 Subject: [PATCH] Release version 1.7.0 --- 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 c861129..8d65301 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.0] - 2023-02-09 ### Added - Matrix ID Parameter for the PDF editor #12 @@ -74,6 +76,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 <!-- markdownlint-disable-file MD024--> <!-- markdownlint-disable-file MD032--> +[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 [1.4.1]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.4.0...v1.4.1 diff --git a/pretix_matrix_inviter/__init__.py b/pretix_matrix_inviter/__init__.py index e4adfb8..14d9d2f 100644 --- a/pretix_matrix_inviter/__init__.py +++ b/pretix_matrix_inviter/__init__.py @@ -1 +1 @@ -__version__ = "1.6.0" +__version__ = "1.7.0" -- GitLab