Preparing next release

This commit is contained in:
Christophe de Vienne 2011-11-28 22:35:19 +01:00
parent 5aa8cf367a
commit 3f6796f3bb
2 changed files with 27 additions and 1 deletions

View File

@ -1,6 +1,32 @@
Changes
=======
next
----
* :class:`Unset` is now imported in the wsme module
* Attributes of complex types can now have a different name in
the public api and in the implementation.
* Complex arguments can now be sent as GET/POST params in the rest
protocols.
* The restjson protocol do not nest the results in an object anymore.
* Fixes
* Fix array attributes validation.
* Fix date|time parsing errors.
* Fix Unset values validation.
* Fix registering of complex types inheriting form already
registered complex types.
* Fix user types, str and None values encoding/decoding.
0.2.0 (2011-10-29)
------------------

View File

@ -1,5 +1,5 @@
name = "WSME"
version = "0.2.0"
version = "0.3b1"
description = "Web Services Made Easy"