summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-26 16:42:12 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-26 16:42:12 -0400
commit26fd7668a87fce8b4c39ddbefe59140689851cb2 (patch)
treeebe0fbf0d000f4be625173466c848d9aeb8cb417 /docs
parent9ea4cfbba175201da96238955fef71269035adc8 (diff)
downloadcliff-tablib-26fd7668a87fce8b4c39ddbefe59140689851cb2.tar.gz
fix version # in doc build script
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index bcef576..a7d6b4f 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -48,9 +48,9 @@ copyright = u'2012, Doug Hellmann'
# built documents.
#
# The short X.Y version.
-version = '0.1'
+version = '0.2'
# The full version, including alpha/beta/rc tags.
-release = '0.1'
+release = '0.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.