From 5674f9f77e77d9f244e40f8e06b2c60666fd89bf Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 12 Nov 2009 23:59:00 +0000 Subject: Prep for 1.1b4. --- CHANGES.txt | 6 +++--- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index efbbe9dbc..a73bbb507 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release -============ +1.1b4 (2009-11-12) +================== Bug Fixes --------- @@ -15,7 +15,7 @@ Documentation - Add examples to ``repoze.bfg.url.model_url`` docstring. -- Add "Defending BFG Design" chapter. +- Add "Defending BFG Design" chapter to frontpage docs. Templates --------- diff --git a/docs/conf.py b/docs/conf.py index 77fcaa44f..483177a87 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,7 +51,7 @@ copyright = '2008-2009, Agendaless Consulting' # other places throughout the built documents. # # The short X.Y version. -version = '1.1b3' +version = '1.1b4' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index 1aedf4cc3..f47f8af43 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '1.1b3' +__version__ = '1.1b4' import os import sys -- cgit v1.2.3