Browse Source

Oops, forgot some references

Ask Solem 8 years ago
parent
commit
904ab2464a
3 changed files with 3 additions and 3 deletions
  1. 1 1
      Changelog
  2. 1 1
      README.rst
  3. 1 1
      celery/__init__.py

+ 1 - 1
Changelog

@@ -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.
 
 

+ 1 - 1
README.rst

@@ -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/

+ 1 - 1
celery/__init__.py

@@ -12,7 +12,7 @@ import re
 import sys
 from collections import namedtuple
 
-SERIES = '0today8'
+SERIES = 'latentcall'
 
 __version__ = '4.0.0'
 __author__ = 'Ask Solem'