summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2013-02-20 16:45:14 +0000
committerSimon Holywell <[email protected]>2013-02-20 16:45:14 +0000
commit4879b084e513d15bc240b97cb6d3f5d359452d6b (patch)
tree9dbdd9fbccd0e3434df95ed23159dba02fda892e /docs
parentff655dfab2c5e12afd6a21f7c6f84ace9ba6e722 (diff)
Remove version numbers and bump year
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 85edfb3..1d407d0 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -41,16 +41,16 @@ master_doc = 'index'
# General information about the project.
project = u'Idiorm'
-copyright = u'2012, Jamie Matthews, Simon Holywell, Durham Hale'
+copyright = u'2013, Jamie Matthews, Simon Holywell, Durham Hale'
# 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 = '1.2.3'
+version = ''
# The full version, including alpha/beta/rc tags.
-release = '1.2.3'
+release = ''
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.