Skip to content

Commit

Permalink
Release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Friedrich committed Mar 27, 2018
1 parent 1add079 commit 939209d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/50-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ VERSION=0.0.3

```
sed -i "s/version = '.*'/version = '$VERSION'/g" setup.py
sed -i "s/version = '.*'/version = '$VERSION'/g" pretix_checkinlist_net/__init__.py
sed -i "s/archive\/.*'/archive\/v$VERSION.tar.gz'/g" setup.py
git commit -av -m "Release v$VERSION"
Expand Down
2 changes: 1 addition & 1 deletion pretix_checkinlist_net/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class PretixPluginMeta:
author = 'NETWAYS GmbH'
description = ugettext_lazy('Short description')
visible = True
version = '0.0.1'
version = '0.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 @@ -12,11 +12,11 @@

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

0 comments on commit 939209d

Please sign in to comment.