From a2d769aa4780a6ac17cc7172cbcd93585719c7ad Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 27 Apr 2012 19:59:07 -0400 Subject: bump the version number and update the release notes --- docs/source/conf.py | 4 ++-- docs/source/history.rst | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.2.1