Skip to content

Commit

Permalink
Release 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mxhash committed Sep 12, 2019
1 parent 38ae7f0 commit 516d8e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pretix_checkinlist_net/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class PretixPluginMeta:
author = 'NETWAYS GmbH'
description = ugettext_lazy('This plugins allows to create custom event exports in Excel/CSV')
visible = True
version = '2.0.4'
version = '2.0.5'

def ready(self):
from . import signals # NOQA
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

setup(
name='pretix-checkinlist-net',
version='2.0.4',
version='2.0.5',
description='Pretix checkin list exporter for NETWAYS',
long_description=long_description,
url='https://github.com/NETWAYS/pretix-checkinlist-net',
download_url='https://github.com/NETWAYS/pretix-invoice-net/archive/v2.0.4.tar.gz',
download_url='https://github.com/NETWAYS/pretix-invoice-net/archive/v2.0.5.tar.gz',
keywords=['pretix', 'tickets', 'events', 'invoice', 'pdf'],
author='NETWAYS GmbH',
author_email='support@netways.de',
Expand Down

0 comments on commit 516d8e9

Please sign in to comment.