Skip to content
Snippets Groups Projects
Commit c935ccbf authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Version 1.2.3

parent 55a0ef2b
Branches
Tags v1.2.3
No related merge requests found
Pipeline #75066 passed
...@@ -9,6 +9,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ...@@ -9,6 +9,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [1.2.3] - 2022-04-15
### Fixed ### Fixed
- Adapt to django_scopes - Adapt to django_scopes
...@@ -56,6 +58,7 @@ Versioning](https://semver.org/spec/v2.0.0.html). ...@@ -56,6 +58,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Ask for Matrix ID in selected products - Ask for Matrix ID in selected products
- Invite Pretix participants to configured Matrix room - Invite Pretix participants to configured Matrix room
[1.2.3]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.2.2...v1.2.3
[1.2.2]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.2.1...v1.2.2 [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.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.2.0]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.1.0...v1.2.0
......
...@@ -5,7 +5,7 @@ try: ...@@ -5,7 +5,7 @@ try:
except ImportError: except ImportError:
raise RuntimeError("Please use pretix 2.7 or above to run this plugin!") raise RuntimeError("Please use pretix 2.7 or above to run this plugin!")
__version__ = "1.2.2" __version__ = "1.2.3"
class PluginApp(PluginConfig): class PluginApp(PluginConfig):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment