summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-21 00:24:34 -0400
committerChris McDonough <chrism@plope.com>2011-08-21 00:24:34 -0400
commitc8c9cced044c03b376d1e3698668a65493d0d390 (patch)
treed381d62f938c60e54142ebf49025a4cc7d8c7a81
parenta8c81dbd55b1e06dd2da1b598670dc27a73ce8b1 (diff)
downloadpyramid-c8c9cced044c03b376d1e3698668a65493d0d390.tar.gz
pyramid-c8c9cced044c03b376d1e3698668a65493d0d390.tar.bz2
pyramid-c8c9cced044c03b376d1e3698668a65493d0d390.zip
bump conf.py version num
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 5eacb257f..f021f01a2 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.1'
+version = '1.2dev'
# 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.1'
+epub_title = 'The Pyramid Web Application Development Framework, Version 1.2'
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.1'
+epub_uid = 'The Pyramid Web Application Development Framework, Version 1.2'
# HTML files that should be inserted before the pages created by sphinx.
# The format is a list of tuples containing the path and title.