mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Changed all core plugin versions to stay in sync
This commit is contained in:
@@ -2,6 +2,7 @@ from django.apps import AppConfig
|
||||
from django.utils.functional import cached_property
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from pretix import __version__ as version
|
||||
from pretix.base.plugins import PluginType
|
||||
|
||||
|
||||
@@ -13,7 +14,7 @@ class StripeApp(AppConfig):
|
||||
type = PluginType.PAYMENT
|
||||
name = _("Stripe")
|
||||
author = _("the pretix team")
|
||||
version = '1.0.0'
|
||||
version = version
|
||||
description = _("This plugin allows you to receive credit card payments " +
|
||||
"via Stripe")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user