From 3f2ad12016b8a4b9e7214aa86bef9beccdf8e9ed Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Wed, 12 Oct 2011 23:30:13 +0200 Subject: [PATCH] Update the doc and the version number --- doc/changes.rst | 2 ++ doc/todo.rst | 5 ----- wsme/release.py | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index a2cabd9..f75e5c8 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -9,6 +9,8 @@ next instance. This way a same root can be integrated in several framework. +* Protocol lookup now use entry points in the group ``[wsme.protocols]``. + 0.1.0a3 (2011-10-11) -------------------- diff --git a/doc/todo.rst b/doc/todo.rst index fa1d22f..f1d4044 100644 --- a/doc/todo.rst +++ b/doc/todo.rst @@ -4,11 +4,6 @@ TODO WSME is a work in progress. Here is a list of things that should be done : -- Improve the protocol factory -> we should not have to import the - module manually except if we need special parameters. - For example, calling WSRoot.addprotocol('restjson') should just - work, wether or not the wsme.protocols.restjson has been imported yet. - - Fix the SOAP protocol : the namespace for parameters is not correctly handle -> some tests with suds should help. diff --git a/wsme/release.py b/wsme/release.py index 4e52f8b..c56cf1b 100644 --- a/wsme/release.py +++ b/wsme/release.py @@ -1,5 +1,5 @@ name = "WSME" -version = "0.1.0a3" +version = "0.1.0a4" description = "Web Services Made Easy" long_description = """