From 6313fd8a1001997a9ee7a80033176a13e487caa7 Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Fri, 7 Oct 2011 21:51:23 +0200 Subject: [PATCH] Prepare a new release --HG-- extra : rebase_source : ca48d7b8a44501bdb0087b7ba5a27fc58e5d4da7 --- doc/changes.rst | 12 ++++++++++++ doc/index.rst | 2 ++ wsme/release.py | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 doc/changes.rst diff --git a/doc/changes.rst b/doc/changes.rst new file mode 100644 index 0000000..37b2982 --- /dev/null +++ b/doc/changes.rst @@ -0,0 +1,12 @@ +Changes +======= + +0.1.0a2 (2011-10-07) +-------------------- + +* Added support for arrays in all the protocols + +0.1.0a1 (2011-10-04) +-------------------- + +Initial public release. diff --git a/doc/index.rst b/doc/index.rst index 82a7625..ea32d5d 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -27,6 +27,8 @@ Contents gettingstarted api + changes + Indices and tables ================== diff --git a/wsme/release.py b/wsme/release.py index 229a42f..8f3e362 100644 --- a/wsme/release.py +++ b/wsme/release.py @@ -1,5 +1,5 @@ name = "WSME" -version = "0.1.0a1" +version = "0.1.0a2" description = "Web Services Made Easy" long_description = """