From 4c8f4d965e06b6bd584151896bfb37663cd69501 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 26 Apr 2010 05:38:37 +0000 Subject: Prep for 1.3a1. --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/conf.py') 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. -- cgit v1.2.3