Skip to content

Commit

Permalink
Update versions in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Oct 23, 2015
1 parent 3377644 commit 64bf8ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
8 changes: 4 additions & 4 deletions docs/getting-started/next-steps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

-------------- [email protected] v3.1 (Cipater)
-------------- [email protected] v4.0 (0today8)
---- **** -----
--- * *** * -- [Configuration]
-- * - **** --- . broker: amqp://guest@localhost:5672//
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 64bf8ae

Please sign in to comment.