summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-27 19:59:07 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-27 19:59:07 -0400
commita2d769aa4780a6ac17cc7172cbcd93585719c7ad (patch)
treecd05f38c8b97e8c3e07bf58c5c5eb8772755eb19 /docs
parent556495e530c9cb2dc67300d1f199780e247921dc (diff)
downloadcliff-tablib-a2d769aa4780a6ac17cc7172cbcd93585719c7ad.tar.gz
bump the version number and update the release notes
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