summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-01 04:41:34 -0400
committerChris McDonough <chrism@plope.com>2011-07-01 04:41:34 -0400
commitb9c0e79be2764b8f6c59e5be9044675666154ea0 (patch)
treee43c54e9014274c9908b358220661c1b4d3145cc /docs
parent8519c9a97dfdc4be7e4ba76e6e175ec9e7668b78 (diff)
downloadpyramid-b9c0e79be2764b8f6c59e5be9044675666154ea0.tar.gz
pyramid-b9c0e79be2764b8f6c59e5be9044675666154ea0.tar.bz2
pyramid-b9c0e79be2764b8f6c59e5be9044675666154ea0.zip
prep for 1.1a4
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 86a92badd..f09cd63f5 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -93,7 +93,7 @@ copyright = '%s, Agendaless Consulting' % datetime.datetime.now().year
# other places throughout the built documents.
#
# The short X.Y version.
-version = '1.1a3'
+version = '1.1a4'
# The full version, including alpha/beta/rc tags.
release = version
@@ -456,7 +456,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.0'
+epub_title = 'The Pyramid Web Application Development Framework, Version 1.1'
epub_author = 'Chris McDonough'
epub_publisher = 'Agendaless Consulting'
epub_copyright = '2008-2011'
@@ -473,7 +473,7 @@ epub_scheme = 'ISBN'
epub_identifier = '0615445675'
# A unique identification for the text.
-epub_uid = 'The Pyramid Web Application Development Framework, Version 1.0'
+epub_uid = 'The Pyramid Web Application Development Framework, Version 1.1'
# HTML files that should be inserted before the pages created by sphinx.
# The format is a list of tuples containing the path and title.