Browse Source

Set version=4.0

Ask Solem 8 years ago
parent
commit
778600289a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      celery/__init__.py
  2. 1 1
      docs/includes/introduction.txt

+ 1 - 1
celery/__init__.py

@@ -14,7 +14,7 @@ from collections import namedtuple
 
 SERIES = '0today8'
 
-__version__ = '4.0.0rc7'
+__version__ = '4.0.0'
 __author__ = 'Ask Solem'
 __contact__ = 'ask@celeryproject.org'
 __homepage__ = 'http://celeryproject.org'

+ 1 - 1
docs/includes/introduction.txt

@@ -1,4 +1,4 @@
-:Version: 4.0.0rc7 (0today8)
+:Version: 4.0.0 (0today8)
 :Web: http://celeryproject.org/
 :Download: http://pypi.python.org/pypi/celery/
 :Source: https://github.com/celery/celery/