Commit 41dd8bfc3182b48e7106430ad815a048bb97e96f
1 parent
48dc08f3
Exists in
master
and in
18 other branches
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
setup.py
| ... | ... | @@ -15,7 +15,7 @@ REQUIREMENTS = [ |
| 15 | 15 | 'django-revproxy[diazo]>=0.9.5', |
| 16 | 16 | |
| 17 | 17 | # Async Signals |
| 18 | - 'celery[redis]>=3.1', | |
| 18 | + 'celery[redis]>=3.1.2', | |
| 19 | 19 | |
| 20 | 20 | ### Move out of colab (as plugins): |
| 21 | 21 | |
| ... | ... | @@ -42,7 +42,7 @@ EXCLUDE_FROM_PACKAGES = [] |
| 42 | 42 | |
| 43 | 43 | setup( |
| 44 | 44 | name='colab', |
| 45 | - version='1.11', | |
| 45 | + version='1.11.0', | |
| 46 | 46 | url='https://github.com/colab-community/colab', |
| 47 | 47 | author='Sergio Oliveira', |
| 48 | 48 | author_email='sergio@tracy.com.br', | ... | ... |