diff --git a/doc/changes.rst b/doc/changes.rst index f75e5c8..8b3554f 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -1,8 +1,8 @@ Changes ======= -next ----- +0.1.0a4 (2011-10-12) +-------------------- * Change the way framework adapters works. Now the adapter modules have a simple adapt function that adapt a :class:`wsme.WSRoot` diff --git a/examples/demo/demo.py b/examples/demo/demo.py index 4b1a677..56e27d1 100644 --- a/examples/demo/demo.py +++ b/examples/demo/demo.py @@ -14,7 +14,7 @@ Then:: from wsme import * from wsme.wsgi import WSRoot -from wsme.protocols import restxml, restjson, soap +from wsme.protocols import soap import logging @@ -46,6 +46,7 @@ class DemoRoot(WSRoot): def app_factory(global_config, **local_conf): protocols = [ + 'restjson', soap.SoapProtocol( tns='http://example.com/demo', typenamespace='http://example.com/demo/types',