diff options
| author | Chris McDonough <chrism@plope.com> | 2011-12-09 12:39:51 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-12-09 12:39:51 -0500 |
| commit | 4fd5ec74ce73cee2abd3b366252036214fe65645 (patch) | |
| tree | 4f9eaa8b00ad887f39efe4725a76219cf69258d2 /docs | |
| parent | 7bf4e11335893a95aabbda035c35804b59e037f5 (diff) | |
| download | pyramid-4fd5ec74ce73cee2abd3b366252036214fe65645.tar.gz pyramid-4fd5ec74ce73cee2abd3b366252036214fe65645.tar.bz2 pyramid-4fd5ec74ce73cee2abd3b366252036214fe65645.zip | |
move master to 1.4dev
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index e0954f19a..b6986774b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -80,7 +80,7 @@ copyright = '%s, Agendaless Consulting' % datetime.datetime.now().year # other places throughout the built documents. # # The short X.Y version. -version = '1.3dev' +version = '1.4dev' # The full version, including alpha/beta/rc tags. release = version @@ -475,7 +475,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.3dev' +epub_title = 'The Pyramid Web Application Development Framework, Version 1.4dev' epub_author = 'Chris McDonough' epub_publisher = 'Agendaless Consulting' epub_copyright = '2008-2011' @@ -492,7 +492,7 @@ epub_scheme = 'ISBN' epub_identifier = '0615445675' # A unique identification for the text. -epub_uid = 'The Pyramid Web Application Development Framework, Version 1.3dev' +epub_uid = 'The Pyramid Web Application Development Framework, Version 1.4dev' # HTML files that should be inserted before the pages created by sphinx. # The format is a list of tuples containing the path and title. |
