Time for a 0.2.0

This commit is contained in:
Christophe de Vienne 2011-10-29 00:15:02 +02:00
parent f93d716e04
commit 983a4341e6
2 changed files with 7 additions and 5 deletions

8
README
View File

@ -12,12 +12,12 @@ Main features
~~~~~~~~~~~~~
- Very simple API.
- Supports user defined complex types.
- Multi-protocol : REST+Json, REST+XML, SOAP, and more to come.
- Supports user defined simple and complex types.
- Multi-protocol : REST+Json, REST+XML, SOAP, ExtDirect and more to come.
- Extensible : easy to add more protocols or more base types.
- Framework independance : adapters are provided to easily integrate
your API in any web framework, for example a wsgi container,
turbogears, and more to come.
turbogears...
- Very few runtime dependencies: webob, simplegeneric
(+ Genshi if you use SOAP).
- Integration in Sphinx for making clean documentation with
@ -26,6 +26,8 @@ Main features
Install
~~~~~~~
::
easy_install WSME
Getting Help

View File

@ -1,8 +1,8 @@
Changes
=======
0.2.0 (next)
------------
0.2.0 (2011-10-29)
------------------
* Added batch-calls abilities.