Skip to content

Commit

Permalink
Version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohalt committed Apr 15, 2024
1 parent fe6e04c commit dd17ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pretix_ldap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class PretixPluginMeta:
author = "sohalt"
description = gettext_lazy("LDAP authentication backend for pretix")
visible = True
version = "0.2.4"
version = "0.2.5"
compatibility = "pretix>=2023.06.0"


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="pretix-ldap",
version="0.2.4",
version="0.2.5",
description="LDAP authentication backend for pretix",
long_description=long_description,
url="https://github.com/Sohalt/pretix-ldap",
Expand Down

0 comments on commit dd17ee6

Please sign in to comment.