Add release notes in docs

Change-Id: I49dc936a37848745ce3412e810b98348558d1157
This commit is contained in:
Dean Troyer 2013-08-06 12:43:22 -05:00
parent 3a92ffa823
commit 0507e9cf6f
2 changed files with 16 additions and 9 deletions

View File

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

15
doc/source/releases.rst Normal file
View File

@ -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