summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-15 21:36:19 -0500
committerChris McDonough <chrism@plope.com>2011-12-15 21:36:19 -0500
commit63f7a19b58738b8fe5fbe82f362825fa53ddc0d2 (patch)
treeae76a8285e901994ba62802b639802d2de2e0b0e /docs/conf.py
parent8e615c4f433c4df9b694c6452f793ed4763434ff (diff)
parent61838b76639d6dcf9facd549841a2ed0d07ea012 (diff)
downloadpyramid-63f7a19b58738b8fe5fbe82f362825fa53ddc0d2.tar.gz
pyramid-63f7a19b58738b8fe5fbe82f362825fa53ddc0d2.tar.bz2
pyramid-63f7a19b58738b8fe5fbe82f362825fa53ddc0d2.zip
Merge branch '1.3-branch'
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 9be5db325..5281017e7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -80,7 +80,8 @@ copyright = '%s, Agendaless Consulting' % datetime.datetime.now().year
# other places throughout the built documents.
#
# The short X.Y version.
-version = '1.4dev'
+version = '1.3a2'
+
# The full version, including alpha/beta/rc tags.
release = version
@@ -475,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.4dev'
+epub_title = 'The Pyramid Web Application Development Framework, Version 1.3'
epub_author = 'Chris McDonough'
epub_publisher = 'Agendaless Consulting'
epub_copyright = '2008-2011'
@@ -492,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.4dev'
+epub_uid = 'The Pyramid Web Application Development Framework, Version 1.3'
# HTML files that should be inserted before the pages created by sphinx.
# The format is a list of tuples containing the path and title.