diff --git a/doc/source/index.rst b/doc/source/index.rst index deddd07ea0..fcb053d621 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -10,6 +10,7 @@ Contents: .. toctree:: :maxdepth: 1 + releases commands man/openstack @@ -34,15 +35,6 @@ using `Gerrit`_. .. _Launchpad: https://launchpad.net/python-openstackclient .. _Gerrit: http://wiki.openstack.org/GerritWorkflow -Release Notes -============= - -0.2 ---- - -* First alpha release to PyPI -* Implemented Compute, Identity, Image and Volume API commands - Index ===== diff --git a/doc/source/releases.rst b/doc/source/releases.rst new file mode 100644 index 0000000000..5d5366be77 --- /dev/null +++ b/doc/source/releases.rst @@ -0,0 +1,15 @@ +============= +Release Notes +============= + +0.2.1 (06 Aug 2013) +=================== + +* sync requirements.txt, test-requirements.txt +* remove d2to1 dependency + +0.2.0 (02 Aug 2013) +=================== + +* Initial public release to PyPI +* Implemented Compute, Identity, Image and Volume API commands