Commit 97717b3d6650d84c455bb1d6c9fa6d7fb79c1054

Authored by macartur
2 parents 48dc08f3 41dd8bfc

Merge pull request #71 from colab/update_versions

Bump both Celery and Colab version
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',
... ...