@@ -5,7 +5,7 @@
================
This document contains change notes for bugfix releases in
-the 4.0.x series (0today8), please see :ref:`whatsnew-4.0` for
+the 4.0.x series (latentcall), please see :ref:`whatsnew-4.0` for
an overview of what's new in Celery 4.0.
@@ -2,7 +2,7 @@
|build-status| |license| |wheel| |pyversion| |pyimp|
-:Version: 4.0.0 (0today8)
+:Version: 4.0.0 (latentcall)
:Web: http://celeryproject.org/
:Download: http://pypi.python.org/pypi/celery/
:Source: https://github.com/celery/celery/
@@ -12,7 +12,7 @@ import re
import sys
from collections import namedtuple
-SERIES = '0today8'
+SERIES = 'latentcall'
__version__ = '4.0.0'
__author__ = 'Ask Solem'