aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Moylan <chris@chrismoylan.com>2011-07-05 21:42:18 -0500
committerChris Moylan <chris@chrismoylan.com>2011-07-05 21:42:18 -0500
commitf0b497ec5a0ff3b5a74115f420cd9ddcf52db830 (patch)
tree5c5662dd890cbfa494ef7ffc160fe6a64cdf9ec6 /docs
parent5e008b93f44b34078f64591f0c0ddc9205909926 (diff)
parent5ed4722de8106a512a4faacfedaae7b8eda7260b (diff)
downloadmediagoblin-f0b497ec5a0ff3b5a74115f420cd9ddcf52db830.tar.lz
mediagoblin-f0b497ec5a0ff3b5a74115f420cd9ddcf52db830.tar.xz
mediagoblin-f0b497ec5a0ff3b5a74115f420cd9ddcf52db830.zip
Merge branch 'master' into test_submission_views_365
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
-rw-r--r--docs/hackinghowto.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 0e75a617..6c64cdda 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -48,9 +48,9 @@ copyright = u'2011, Free Software Foundation, Inc and contributors'
# built documents.
#
# The short X.Y version.
-version = '0.0.2'
+version = '0.0.3'
# The full version, including alpha/beta/rc tags.
-release = '0.0.2'
+release = '0.0.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst
index 911f2340..08b228f1 100644
--- a/docs/hackinghowto.rst
+++ b/docs/hackinghowto.rst
@@ -150,7 +150,7 @@ celeryd in another window.
Run::
- CELERY_CONFIG_MODULE=mediagoblin.celery_setup.from_celery ./bin/celeryd
+ CELERY_CONFIG_MODULE=mediagoblin.init.celery.from_celery ./bin/celeryd
Running the test suite