Commit 41dd8bfc3182b48e7106430ad815a048bb97e96f

Authored by Alexandre Barbosa
1 parent 48dc08f3

Bump both Celery and Colab version

Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Signed-off-by: Sergio Oliveira <seocam@gmail.com>
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -15,7 +15,7 @@ REQUIREMENTS = [ @@ -15,7 +15,7 @@ REQUIREMENTS = [
15 'django-revproxy[diazo]>=0.9.5', 15 'django-revproxy[diazo]>=0.9.5',
16 16
17 # Async Signals 17 # Async Signals
18 - 'celery[redis]>=3.1', 18 + 'celery[redis]>=3.1.2',
19 19
20 ### Move out of colab (as plugins): 20 ### Move out of colab (as plugins):
21 21
@@ -42,7 +42,7 @@ EXCLUDE_FROM_PACKAGES = [] @@ -42,7 +42,7 @@ EXCLUDE_FROM_PACKAGES = []
42 42
43 setup( 43 setup(
44 name='colab', 44 name='colab',
45 - version='1.11', 45 + version='1.11.0',
46 url='https://github.com/colab-community/colab', 46 url='https://github.com/colab-community/colab',
47 author='Sergio Oliveira', 47 author='Sergio Oliveira',
48 author_email='sergio@tracy.com.br', 48 author_email='sergio@tracy.com.br',