Skip to content

Commit

Permalink
version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohalt committed Dec 8, 2020
1 parent 1b7ad0f commit 1f66a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pretix_ldap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PretixPluginMeta:
author = 'sohalt'
description = ugettext_lazy('LDAP authentication backend for pretix')
visible = True
version = '0.0.4'
version = '0.0.5'
compatibility = "pretix>=3.3.0"


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

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

0 comments on commit 1f66a90

Please sign in to comment.