From ae9707617d1e29ca84e6f6067e63570a10870130 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Sat, 28 Apr 2012 19:40:04 -0400 Subject: version number and release note updates for 0.4 --- announce.rst | 8 ++++---- docs/source/conf.py | 2 +- docs/source/history.rst | 2 +- setup.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/announce.rst b/announce.rst index d37dadd..a2ef84f 100644 --- a/announce.rst +++ b/announce.rst @@ -1,5 +1,5 @@ ====================================================================== - cliff -- Command Line Interface Formulation Framework -- version 0.3 + cliff -- Command Line Interface Formulation Framework -- version 0.4 ====================================================================== .. tags: python, cliff, release, DreamHost @@ -11,9 +11,9 @@ other extensions. What's New In This Release? =========================== -- 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. +- Add shell formatter for single objects. +- Add interactive mode. +- Expand documentation. Documentation ============= diff --git a/docs/source/conf.py b/docs/source/conf.py index 94acf29..713cac9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,7 +48,7 @@ copyright = u'2012, Doug Hellmann' # built documents. # # The short X.Y version. -version = '0.3' +version = '0.4' # The full version, including alpha/beta/rc tags. release = version diff --git a/docs/source/history.rst b/docs/source/history.rst index 58b5fb3..bb3eb54 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -2,7 +2,7 @@ Release History ================= -dev +0.4 - Add shell formatter for single objects. - Add interactive mode. diff --git a/setup.py b/setup.py index d00202d..6ab79f3 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ PROJECT = 'cliff' # Change docs/sphinx/conf.py too! -VERSION = '0.3' +VERSION = '0.4' # Bootstrap installation of Distribute import distribute_setup -- cgit v1.2.1