Skip to content
ask edited this page Aug 27, 2010 · 5 revisions

Release Cycle

Version numbers consists of a major version, minor version and a release number.
We use the versioning semantics described by semver: http://semver.org.

Stable releases are published at PyPI
while development releases are only available in the GitHub git repository as tags.
All version tags starts with “v”, so version 0.8.0 is the tag v0.8.0.

Installing a development release by tag


git clone git://github.com/ask/celery.git
cd celery
git checkout v0.8.0
python setup.py develop