forked from celery/celery
-
Notifications
You must be signed in to change notification settings - Fork 40
Release cycle
ask edited this page Aug 27, 2010
·
5 revisions
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
.
git clone git://github.com/ask/celery.git
cd celery
git checkout v0.8.0
python setup.py develop