From 720c8893749556208296af0ee5adcfe9eb373ec7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 11 Nov 2008 12:33:24 +0000 Subject: - 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. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5a9a0760f..66d957d8b 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '0.4.6' +__version__ = '0.4.7' import os -- cgit v1.2.3