summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBlaise Laflamme <blaise@laflamme.org>2011-11-27 12:55:28 -0500
committerBlaise Laflamme <blaise@laflamme.org>2011-11-27 12:55:28 -0500
commit480df1f5227d5beda988431ea7588241338ff54f (patch)
treed0c5796555a7b3e68479456a7d72f40cf41d0b6e /docs
parent862a265e9274239ca835745dea8c5bc4b42910f2 (diff)
downloadpyramid-480df1f5227d5beda988431ea7588241338ff54f.tar.gz
pyramid-480df1f5227d5beda988431ea7588241338ff54f.tar.bz2
pyramid-480df1f5227d5beda988431ea7588241338ff54f.zip
fixed version number
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index b40d3f08d..092c1fca3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -476,7 +476,7 @@ def resig(app, what, name, obj, options, signature, return_annotation):
# -- Options for Epub output ---------------------------------------------------
# Bibliographic Dublin Core info.
-epub_title = 'The Pyramid Web Application Development Framework, Version 1.2'
+epub_title = 'The Pyramid Web Application Development Framework, Version 1.3dev'
epub_author = 'Chris McDonough'
epub_publisher = 'Agendaless Consulting'
epub_copyright = '2008-2011'
@@ -493,7 +493,7 @@ epub_scheme = 'ISBN'
epub_identifier = '0615445675'
# A unique identification for the text.
-epub_uid = 'The Pyramid Web Application Development Framework, Version 1.2'
+epub_uid = 'The Pyramid Web Application Development Framework, Version 1.3dev'
# HTML files that should be inserted before the pages created by sphinx.
# The format is a list of tuples containing the path and title.