summaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-12-30 18:17:22 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-12-30 18:17:22 +0000
commitbc1d0e90c5dc5e0012373f59e90e2cccd2ddc47d (patch)
tree1f24eb5d90667c0d343dc98987a22a48992b161a /doc/conf.py
parentbd0204ecb1fb80cdf36af0f57b72e84445c1a088 (diff)
downloadbcfg2-bc1d0e90c5dc5e0012373f59e90e2cccd2ddc47d.tar.gz
bcfg2-bc1d0e90c5dc5e0012373f59e90e2cccd2ddc47d.tar.bz2
bcfg2-bc1d0e90c5dc5e0012373f59e90e2cccd2ddc47d.zip
doc: Fix version information for 1.1.0
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5646 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 2d835ad15..782e39320 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -45,9 +45,9 @@ copyright = u'2009, Narayan Desai'
# built documents.
#
# The short X.Y version.
-version = '1.0'
+version = '1.1'
# The full version, including alpha/beta/rc tags.
-release = '1.0'
+release = '1.1.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.