summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-10-28 23:12:41 +0000
committerChris McDonough <chrism@agendaless.com>2008-10-28 23:12:41 +0000
commit85078f4eb39c6827973292a628cdf5ff6b34249a (patch)
tree2ec4d723643bfe73d2bd8f3f8e16415bc3e4acd4 /docs
parentb8a620bbb842c59336f8513e0d97de1074e815dc (diff)
downloadpyramid-85078f4eb39c6827973292a628cdf5ff6b34249a.tar.gz
pyramid-85078f4eb39c6827973292a628cdf5ff6b34249a.tar.bz2
pyramid-85078f4eb39c6827973292a628cdf5ff6b34249a.zip
- If the ``render_view_to_response`` function was called, if the
view was found and called, but it returned something that did not implement IResponse, the error would pass by unflagged. This was noticed when I created a view function that essentially returned None, but received a NotFound error rather than a ValueError when the view was rendered. This was fixed.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 5efd96dfe..9b50d2343 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -51,9 +51,9 @@ copyright = '2008, Agendaless Consulting'
# other places throughout the built documents.
#
# The short X.Y version.
-version = '0.4.0'
+version = '0.4.1'
# The full version, including alpha/beta/rc tags.
-release = '0.4.0'
+release = '0.4.1'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: