From 5dee60129e76ce8415fe3cb07c58da64fea3e169 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 4 Feb 2010 19:52:13 +0000 Subject: Prep for 1.2b5. --- CHANGES.txt | 4 ++-- docs/conf.py | 2 +- docs/errata.rst | 19 ------------------- setup.py | 2 +- 4 files changed, 4 insertions(+), 23 deletions(-) delete mode 100644 docs/errata.rst diff --git a/CHANGES.txt b/CHANGES.txt index a86fa16a0..5f5217d8f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release -============ +1.2b5 (2010-02-04) +================== Bug Fixes --------- diff --git a/docs/conf.py b/docs/conf.py index cdd4ef3b0..f523345e4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ copyright = '2008-2010, Agendaless Consulting' # other places throughout the built documents. # # The short X.Y version. -version = '1.2b4' +version = '1.2b5' # The full version, including alpha/beta/rc tags. release = version diff --git a/docs/errata.rst b/docs/errata.rst deleted file mode 100644 index 627fc4e0e..000000000 --- a/docs/errata.rst +++ /dev/null @@ -1,19 +0,0 @@ -Errata for "The repoze.bfg Web Framework, Version 1.2" Printed Edition -====================================================================== - -pp. 350 -------- - -The sentence: - - Note in the call to SessionDataManager that '3600' represents the - disuse timeout (5 minutes == 3600 seconds), and '5' represents a - write granularity time (the session will be marked as active at most - every five seconds). - -Should read: - - Note in the call to SessionDataManager that '3600' represents the - disuse timeout (60 minutes == 3600 seconds), and '5' represents a - write granularity time (the session will be marked as active at most - every five seconds). diff --git a/setup.py b/setup.py index 807808be7..239c66d94 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '1.2b4' +__version__ = '1.2b5' import os import sys -- cgit v1.2.3