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. --- CHANGES.txt | 4 ++-- docs/conf.py | 6 +++--- setup.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 17e597de3..aeb018531 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release -============ +1.3a1 (2010-04-26) +================== Features -------- 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. diff --git a/setup.py b/setup.py index e5c5b9bfb..376c6e73d 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '1.3dev' +__version__ = '1.3a1' import os import sys -- cgit v1.2.3