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 = """