Browse Source

Update versions in examples

Ask Solem 9 years ago
parent
commit
64bf8aebba
2 changed files with 7 additions and 7 deletions
  1. 3 3
      Changelog
  2. 4 4
      docs/getting-started/next-steps.rst

+ 3 - 3
Changelog

@@ -4,9 +4,9 @@
  Change history
 ================
 
-This document contains change notes for bugfix releases in the 4.0.x series
-(Cipater), please see :ref:`whatsnew-4.0` for an overview of what's
-new in Celery 4.0.
+This document contains change notes for bugfix releases in
+the 4.0.x series (0today8), please see :ref:`whatsnew-4.0` for
+an overview of what's new in Celery 4.0.
 
 .. _version-4.0.0:
 

+ 4 - 4
docs/getting-started/next-steps.rst

@@ -78,7 +78,7 @@ The :program:`celery` program can be used to start the worker (you need to run t
 
 When the worker starts you should see a banner and some messages::
 
-     -------------- celery@halcyon.local v3.1 (Cipater)
+     -------------- celery@halcyon.local v4.0 (0today8)
      ---- **** -----
      --- * ***  * -- [Configuration]
      -- * - **** --- . broker:      amqp://guest@localhost:5672//
@@ -152,7 +152,7 @@ start one or more workers in the background:
 .. code-block:: console
 
     $ celery multi start w1 -A proj -l info
-    celery multi v3.1.1 (Cipater)
+    celery multi v4.0.0 (0today8)
     > Starting nodes...
         > w1.halcyon.local: OK
 
@@ -161,13 +161,13 @@ You can restart it too:
 .. code-block:: console
 
     $ celery  multi restart w1 -A proj -l info
-    celery multi v3.1.1 (Cipater)
+    celery multi v4.0.0 (0today8)
     > Stopping nodes...
         > w1.halcyon.local: TERM -> 64024
     > Waiting for 1 node.....
         > w1.halcyon.local: OK
     > Restarting node w1.halcyon.local: OK
-    celery multi v3.1.1 (Cipater)
+    celery multi v4.0.0 (0today8)
     > Stopping nodes...
         > w1.halcyon.local: TERM -> 64052