summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorGraham Higgins <gjh@bel-epa.com>2012-01-12 18:00:03 +0000
committerGraham Higgins <gjh@bel-epa.com>2012-01-12 18:00:03 +0000
commitffba5dff351f32a32395de4ba2ff4379099c8d62 (patch)
tree9f16add25bd686e5a7f9f1d43dccd4d51d3b9ddf /docs/conf.py
parente617bac17895b32616d3c4d39c74a7199ea2d3b2 (diff)
downloadrdflib-ffba5dff351f32a32395de4ba2ff4379099c8d62.tar.gz
Bring docs up to 3.2.0rc, refresh and recover inappropriately discarded explanatory doc
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 46af9d40..9f297928 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -47,16 +47,16 @@ master_doc = 'index'
# General information about the project.
project = u'rdflib'
-copyright = u'2009, Daniel Krech'
+copyright = u'2009 - 2012, Daniel Krech'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
-version = '3.1.0'
+version = '3.2.0rc'
# The full version, including alpha/beta/rc tags.
-release = '3.1.0'
+release = '3.2.0rc'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.