summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2013-08-06 12:43:22 -0500
committerDean Troyer <dtroyer@gmail.com>2013-08-06 12:43:22 -0500
commit0507e9cf6f435ed6a2d4cbe80e3bd90472e5f57e (patch)
tree0f83cd419ff24f742d3bfce5e15b198d321ab851 /doc/source
parent3a92ffa823c42daa0d285b01aeefe3543bd420cc (diff)
downloadpython-openstackclient-0.2.1.tar.gz
Add release notes in docs0.2.1
Change-Id: I49dc936a37848745ce3412e810b98348558d1157
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/index.rst10
-rw-r--r--doc/source/releases.rst15
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