summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-04-26 05:38:37 +0000
committerChris McDonough <chrism@agendaless.com>2010-04-26 05:38:37 +0000
commit4c8f4d965e06b6bd584151896bfb37663cd69501 (patch)
tree158c5be600d6c834e6a1a8d0008aa702846692b1 /docs/conf.py
parent8888a57341531bd1e50bd306bdff7a35c25c46da (diff)
downloadpyramid-4c8f4d965e06b6bd584151896bfb37663cd69501.tar.gz
pyramid-4c8f4d965e06b6bd584151896bfb37663cd69501.tar.bz2
pyramid-4c8f4d965e06b6bd584151896bfb37663cd69501.zip
Prep for 1.3a1.
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 c55681420..56093112f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -60,7 +60,7 @@ copyright = '2008-2010, Agendaless Consulting'
# other places throughout the built documents.
#
# The short X.Y version.
-version = '1.3dev'
+version = '1.3a1'
# The full version, including alpha/beta/rc tags.
release = version
@@ -409,7 +409,7 @@ LaTeXTranslator.visit_literal = visit_literal
# -- Options for Epub output ---------------------------------------------------
# Bibliographic Dublin Core info.
-epub_title = 'The repoze.bfg Web Application Framework, Version 1.2'
+epub_title = 'The repoze.bfg Web Application Framework, Version 1.3'
epub_author = 'Chris McDonough'
epub_publisher = 'Agendaless Consulting'
epub_copyright = '2008-2010'
@@ -426,7 +426,7 @@ epub_scheme = 'ISBN'
epub_identifier = '0615345379'
# A unique identification for the text.
-epub_uid = 'The repoze.bfg Web Application Framework, Version 1.2-v0'
+epub_uid = 'The repoze.bfg Web Application Framework, Version 1.3-v0'
# HTML files that should be inserted before the pages created by sphinx.
# The format is a list of tuples containing the path and title.