From 983a4341e6b97e9420080822bb93bf2a1ef41ed9 Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Sat, 29 Oct 2011 00:15:02 +0200 Subject: [PATCH] Time for a 0.2.0 --- README | 8 +++++--- doc/changes.rst | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README b/README index b486d27..1ed3202 100644 --- a/README +++ b/README @@ -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 diff --git a/doc/changes.rst b/doc/changes.rst index 42596a1..18339ff 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -1,8 +1,8 @@ Changes ======= -0.2.0 (next) ------------- +0.2.0 (2011-10-29) +------------------ * Added batch-calls abilities.