diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/index.rst | 10 | ||||
| -rw-r--r-- | doc/source/releases.rst | 15 |
2 files changed, 16 insertions, 9 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index deddd07e..fcb053d6 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 00000000..5d5366be --- /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 |
