We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abaf414 commit 8f5dc85Copy full SHA for 8f5dc85
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [2.2.1] - 2025-02-01
11
+
12
### Fixed
13
14
- Include CHANGELOG in manifest
@@ -21,4 +23,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
23
22
24
- Release on PyPi
25
26
+[2.2.1]: https://github.com/thegcat/pretix-oidc/compare/v2.2.0...v2.2.1
27
[2.2.0]: https://github.com/thegcat/pretix-oidc/releases/tag/v2.2.0
pretix_oidc/__init__.py
@@ -1 +1 @@
1
-__version__ = "2.2.0"
+__version__ = "2.2.1"
0 commit comments