Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Commit

Permalink
Bump to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Feb 4, 2019
1 parent 202f8c8 commit 2bc8eed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pretix_cartshare/__init__.py
Expand Up @@ -10,7 +10,7 @@ class PretixPluginMeta:
author = 'Raphael Michel'
description = 'Allows you to prepare a cart and share it with a customer.'
visible = True
version = '1.4'
version = '1.5'

def ready(self):
from . import signals # NOQA
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,7 +25,7 @@ def run(self):

setup(
name='pretix-cartshare',
version='1.4',
version='1.5',
description='pretix plugin to share carts',
long_description=long_description,
url='https://pretix.eu',
Expand Down

0 comments on commit 2bc8eed

Please sign in to comment.