Skip to content

Commit

Permalink
Release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mxhash committed Sep 3, 2019
1 parent 3ad0bf8 commit ec24279
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.1'
version = '2.0.2'

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 @@ -12,11 +12,11 @@

setup(
name = 'pretix-checkinlist-net',
version = '2.0.1',
version = '2.0.2',
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.1.tar.gz',
download_url = 'https://github.com/NETWAYS/pretix-invoice-net/archive/v2.0.2.tar.gz',
keywords = [ 'pretix', 'tickets', 'events', 'invoice', 'pdf' ],
author = 'NETWAYS GmbH',
author_email = 'support@netways.de',
Expand Down

0 comments on commit ec24279

Please sign in to comment.