Skip to content

Commit

Permalink
Release version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bobapple committed Jul 5, 2023
1 parent 35c00a6 commit ca97e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
21 changes: 1 addition & 20 deletions pretix_invoice_net/__init__.py
Original file line number Diff line number Diff line change
@@ -1,20 +1 @@
from django.apps import AppConfig
from django.utils.translation import ugettext_lazy


class PluginApp(AppConfig):
name = 'pretix_invoice_net'
verbose_name = 'Pretix invoice renderer plugin for NETWAYS'

class PretixPluginMeta:
name = ugettext_lazy('Pretix invoice renderer plugin for NETWAYS')
author = 'NETWAYS GmbH'
description = ugettext_lazy('Pretix invoice renderer plugin for NETWAYS')
visible = True
version = '1.0.1'

def ready(self):
from . import signals # NOQA


default_app_config = 'pretix_invoice_net.PluginApp'
__version__ = "1.0.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name = 'pretix-invoice-net',
version = '1.0.2',
version = '1.0.4',
description = 'Pretix invoice renderer plugin for NETWAYS',
long_description = long_description,
url = 'https://github.com/NETWAYS/pretix-invoice-net',
Expand Down

0 comments on commit ca97e6a

Please sign in to comment.