summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-09-16 19:47:24 +0000
committerChris McDonough <chrism@agendaless.com>2009-09-16 19:47:24 +0000
commitfe48912853abcd516804833bc601237e5571da50 (patch)
treebf4baf5295096eb33808ea12957e3ec96e93d5e0
parent862e0824d9b830502ae3d691e2ab5416c82c7b8e (diff)
downloadpyramid-fe48912853abcd516804833bc601237e5571da50.tar.gz
pyramid-fe48912853abcd516804833bc601237e5571da50.tar.bz2
pyramid-fe48912853abcd516804833bc601237e5571da50.zip
Prep for 1.1a3.
-rw-r--r--CHANGES.txt9
-rw-r--r--docs/conf.py4
-rw-r--r--setup.py2
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