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 = """