@@ -17,10 +17,11 @@ flakes:
find . -name "*.py" | xargs pyflakes
clean_readme:
- rm -f README.rst
+ rm -f README.rst README
readme: clean_readme
python contrib/sphinx-to-rst.py docs/introduction.rst > README.rst
+ ln -s README.rst README
bump:
contrib/bump -c celery
@@ -2,7 +2,7 @@
celery - Distributed Task Queue
=================================
-:Version: 0.9.1
+:Version: 0.9.2
Introduction
============
@@ -1,6 +1,6 @@
"""Distributed Task Queue"""
-VERSION = (0, 9, 1)
+VERSION = (0, 9, 2)
__version__ = ".".join(map(str, VERSION))
__author__ = "Ask Solem"
-:Version: 0.9.0