diff options
| author | Chris McDonough <chrism@plope.com> | 2011-12-09 15:04:49 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-12-09 15:04:49 -0500 |
| commit | 5f1cf3fbc519085b93fb16a230c0637050ce350d (patch) | |
| tree | 86dab4f48e8407c92b4640e8e3c8cbb4b9aa888d /docs | |
| parent | d214e4d9fd2ad8220c15453b2d8ea04e5c9808f4 (diff) | |
| download | pyramid-5f1cf3fbc519085b93fb16a230c0637050ce350d.tar.gz pyramid-5f1cf3fbc519085b93fb16a230c0637050ce350d.tar.bz2 pyramid-5f1cf3fbc519085b93fb16a230c0637050ce350d.zip | |
prep for 1.3a1
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 d55f14845..f913b2462 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.3a1' # 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.3' 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.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. |
