summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py4
-rw-r--r--docs/source/history.rst6
2 files changed, 8 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index a7d6b4f..94acf29 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -48,9 +48,9 @@ copyright = u'2012, Doug Hellmann'
# built documents.
#
# The short X.Y version.
-version = '0.2'
+version = '0.3'
# The full version, including alpha/beta/rc tags.
-release = '0.2'
+release = version
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/docs/source/history.rst b/docs/source/history.rst
index 28d4274..5df2893 100644
--- a/docs/source/history.rst
+++ b/docs/source/history.rst
@@ -2,6 +2,12 @@
Release History
=================
+0.3
+
+ - Add ShowOne base class for commands that show details about single
+ objects.
+ - Fix a problem with Lister when there is no data to be printed.
+
0.2
- Incorporate changes from dtroyer to replace use of optparse in App