diff --git a/CHANGELOG.md b/CHANGELOG.md index dd0fdf2248a1c63a89c9fabc5ac7efdc986b9d9f..b118157b5b4efe5d28f52853d163ccfa38a364d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Published on PyPi now + ## [2.2.1] - 2025-02-01 ### Fixed @@ -23,5 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Release on PyPi +<!-- markdownlint-disable-file MD024--> + [2.2.1]: https://github.com/thegcat/pretix-oidc/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/thegcat/pretix-oidc/releases/tag/v2.2.0 diff --git a/README.md b/README.md index f726f761c992293d22ab671a5782a8d6cac10b5c..6c5481a564830d9e25637fd9a60b6cdd13d66fbe 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ OIDC authentication plugin for pretix Activate the virtual environment for your pretix installation and run - pip install git+https://gitlab.fachschaften.org/kif/pretix-oidc.git + pip install pretix-oidc To activate the OIDC authentication mechanism add `pretix_oidc.auth.OIDCAuthBackend` to the list of `pretix.auth_backends` in