Prechádzať zdrojové kódy

Bumps version to 3.0.18

Ask Solem 12 rokov pred
rodič
commit
d1470092cf
3 zmenil súbory, kde vykonal 5 pridanie a 9 odobranie
  1. 2 6
      README.rst
  2. 1 1
      celery/__init__.py
  3. 2 2
      docs/includes/introduction.txt

+ 2 - 6
README.rst

@@ -4,12 +4,12 @@
 
 .. image:: http://cloud.github.com/downloads/celery/celery/celery_128.png
 
-:Version: 3.0.17 (Chiastic Slide)
+:Version: 3.0.18 (Chiastic Slide)
 :Web: http://celeryproject.org/
 :Download: http://pypi.python.org/pypi/celery/
 :Source: http://github.com/celery/celery/
 :Keywords: task queue, job queue, asynchronous, rabbitmq, amqp, redis,
-  python, webhooks, queue, distributed, ironmq, ironcache
+  python, webhooks, queue, distributed
 
 --
 
@@ -128,7 +128,6 @@ It supports...
         - MongoDB_, Beanstalk_,
         - CouchDB_, SQLAlchemy_,
         - Django ORM, Amazon SQS,
-        - IronMQ_
         - and more...
 
     - **Concurrency**
@@ -141,7 +140,6 @@ It supports...
         - memcached, MongoDB
         - SQLAlchemy, Django ORM
         - Apache Cassandra
-        - IronCache_
 
     - **Serialization**
 
@@ -158,8 +156,6 @@ It supports...
 .. _Beanstalk: http://kr.github.com/beanstalkd
 .. _CouchDB: http://couchdb.apache.org
 .. _SQLAlchemy: http://sqlalchemy.org
-.. _IronMQ: http://iron.io/mq
-.. _IronCache: http://iron.io/cache
 
 Framework Integration
 =====================

+ 1 - 1
celery/__init__.py

@@ -8,7 +8,7 @@
 from __future__ import absolute_import
 
 SERIES = 'Chiastic Slide'
-VERSION = (3, 0, 17)
+VERSION = (3, 0, 18)
 __version__ = '.'.join(str(p) for p in VERSION[0:3]) + ''.join(VERSION[3:])
 __author__ = 'Ask Solem'
 __contact__ = 'ask@celeryproject.org'

+ 2 - 2
docs/includes/introduction.txt

@@ -1,8 +1,8 @@
-:Version: 3.0.17 (Chiastic Slide)
+:Version: 3.0.18 (Chiastic Slide)
 :Web: http://celeryproject.org/
 :Download: http://pypi.python.org/pypi/celery/
 :Source: http://github.com/celery/celery/
-:Keywords: task queue, job queue, asynchronous, rabbitmq, amqp, redis,
+:Keywords: task queue, job queue, asynchronous, async, rabbitmq, amqp, redis,
   python, webhooks, queue, distributed
 
 --