Prepare next release (should be soon)

This commit is contained in:
Christophe de Vienne 2011-10-18 20:20:13 +02:00
parent 63e91ba322
commit d22a6a9eb3
2 changed files with 15 additions and 1 deletions

View File

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

View File

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