From ae485a77d6a065dfe48ed288097aee1371eb99dd Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sat, 16 Dec 2017 18:15:17 +0100 Subject: [PATCH] Bump version number --- src/pretix/__init__.py | 2 +- src/setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pretix/__init__.py b/src/pretix/__init__.py index fcfdf3836e..a0865bba63 100644 --- a/src/pretix/__init__.py +++ b/src/pretix/__init__.py @@ -1 +1 @@ -__version__ = "1.10.0" +__version__ = "1.10.1" diff --git a/src/setup.py b/src/setup.py index c416e3607a..83444c54c3 100644 --- a/src/setup.py +++ b/src/setup.py @@ -81,8 +81,8 @@ setup( 'django-otp==0.3.*', 'python-u2flib-server==4.*', 'django-formtools==2.0', - 'celery==4.0.2', - 'kombu==4.0.2', + 'celery==4.1.*', + 'kombu==4.1.*', 'django-statici18n==1.3.*', 'inlinestyler==0.2.*', 'BeautifulSoup4',