Update the doc and the version number
This commit is contained in:
@@ -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)
|
||||
--------------------
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name = "WSME"
|
||||
version = "0.1.0a3"
|
||||
version = "0.1.0a4"
|
||||
|
||||
description = "Web Services Made Easy"
|
||||
long_description = """
|
||||
|
||||
Reference in New Issue
Block a user