Update the doc and the version number

This commit is contained in:
Christophe de Vienne
2011-10-12 23:30:13 +02:00
parent e051877a5a
commit 3f2ad12016
3 changed files with 3 additions and 6 deletions

View File

@@ -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)
--------------------

View File

@@ -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.

View File

@@ -1,5 +1,5 @@
name = "WSME"
version = "0.1.0a3"
version = "0.1.0a4"
description = "Web Services Made Easy"
long_description = """