Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Friedrich committed Mar 20, 2019
1 parent 1758150 commit e9c9a79
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 = '1.0.0'
version = '2.0.0'

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 = '1.0.0',
version = '2.0.0',
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/v1.0.0.tar.gz',
download_url = 'https://github.com/NETWAYS/pretix-invoice-net/archive/v2.0.0.tar.gz',
keywords = [ 'pretix', 'tickets', 'events', 'invoice', 'pdf' ],
author = 'NETWAYS GmbH',
author_email = 'support@netways.de',
Expand Down

0 comments on commit e9c9a79

Please sign in to comment.