Skip to content

Commit

Permalink
Bump to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Jan 30, 2023
1 parent 424159f commit 9c8f1f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pretix_mollie/__init__.py
@@ -1 +1 @@
__version__ = '1.4.0'
__version__ = "1.5.0"
2 changes: 2 additions & 0 deletions pretix_mollie/apps.py
@@ -1,6 +1,7 @@
from django.apps import AppConfig
from django.utils.translation import gettext_lazy
from . import __version__
compatibility = "pretix>=4.16.0"


class PluginApp(AppConfig):
Expand All @@ -17,6 +18,7 @@ class PretixPluginMeta:
category = 'PAYMENT'
visible = True
version = __version__
compatibility = "pretix>=4.16.0"

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

0 comments on commit 9c8f1f9

Please sign in to comment.