From fe48912853abcd516804833bc601237e5571da50 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 16 Sep 2009 19:47:24 +0000 Subject: Prep for 1.1a3. --- CHANGES.txt | 9 +++++---- docs/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 1d9e0c27f..8b13df881 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release -============ +1.1a3 (2009-09-16) +================== Documentation ------------- @@ -21,7 +21,7 @@ Features interface. This interface is internal. - A new interface named ``IRendererFactory`` was added. An existing - interface named ``ITemplateRenderer`` now derives from this + interface named ``ITemplateRendererFactory`` now derives from this interface. This interface is internal. - The ``view`` attribute of the ``view`` ZCML directive is no longer @@ -59,7 +59,8 @@ Deprecations deprecated in favor of ``repoze.bfg.testing.registerTemplateRenderer``. A deprecation warning is *not* issued at import time for the former name; it will - exist "forever". + exist "forever"; its existence has been removed from the + documentation, however. - The ``repoze.bfg.templating.renderer_from_cache`` function has been moved to ``repoze.bfg.renderer.template_renderer_factory``. This diff --git a/docs/conf.py b/docs/conf.py index ded797549..27c9ee8e9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = '2008-2009, Agendaless Consulting' # other places throughout the built documents. # # The short X.Y version. -version = '1.1a2' +version = '1.1a3' # The full version, including alpha/beta/rc tags. -release = '1.1a2' +release = '1.1a3' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/setup.py b/setup.py index 87aae3343..8e196b1de 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '1.1a2' +__version__ = '1.1a3' import os import sys -- cgit v1.2.3