summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-11-11 12:33:24 +0000
committerChris McDonough <chrism@agendaless.com>2008-11-11 12:33:24 +0000
commit720c8893749556208296af0ee5adcfe9eb373ec7 (patch)
tree6f75b271b843d0f46dfccb9b6d6d7ea3c0febc26 /docs
parent6d4015c5d9f5ddeb60d162d385579176a44d8be3 (diff)
downloadpyramid-720c8893749556208296af0ee5adcfe9eb373ec7.tar.gz
pyramid-720c8893749556208296af0ee5adcfe9eb373ec7.tar.bz2
pyramid-720c8893749556208296af0ee5adcfe9eb373ec7.zip
- Allow ``testing.registerEventListener`` to be used with Zope 3
style "object events" (subscribers accept more than a single event argument). We extend the list with the arguments, rather than append. Prep for 0.4.7.
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 5a109946f..fc8cc1378 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.6'
+version = '0.4.7'
# The full version, including alpha/beta/rc tags.
-release = '0.4.6'
+release = '0.4.7'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: