From d22a6a9eb3afb18daa9338db633bb1672c35b82c Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Tue, 18 Oct 2011 20:20:13 +0200 Subject: [PATCH] Prepare next release (should be soon) --- doc/changes.rst | 14 ++++++++++++++ wsme/release.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/changes.rst b/doc/changes.rst index 436f618..39d6e62 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -1,6 +1,20 @@ Changes ======= +0.1.1 (next) +------------ + +* Changed the internal API by introducing a CallContext object. + It makes it easier to implement some protocols that have + a transaction or call id that has to be returned. It will also + make it possible to implement batch-calls in a later version. + +* More test coverage. + +* Fix a problem with array attribute types not being registered. + +* Fix the mandatory / default detection on function arguments. + 0.1.0 (2011-10-14) ------------------ diff --git a/wsme/release.py b/wsme/release.py index 433d818..b42c571 100644 --- a/wsme/release.py +++ b/wsme/release.py @@ -1,5 +1,5 @@ name = "WSME" -version = "0.1.0" +version = "0.1.1" description = "Web Services Made Easy" long_description = """