From f3efefbc542f557d0b7f3f33fecb10a5e7a318b1 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 7 May 2012 07:47:12 -0400 Subject: prepare for 0.5 release --- announce.rst | 8 ++++---- docs/source/conf.py | 2 +- docs/source/history.rst | 2 +- setup.py | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/announce.rst b/announce.rst index a2ef84f..a103530 100644 --- a/announce.rst +++ b/announce.rst @@ -1,5 +1,5 @@ ====================================================================== - cliff -- Command Line Interface Formulation Framework -- version 0.4 + cliff -- Command Line Interface Formulation Framework -- version 0.5 ====================================================================== .. tags: python, cliff, release, DreamHost @@ -11,9 +11,9 @@ other extensions. What's New In This Release? =========================== -- Add shell formatter for single objects. -- Add interactive mode. -- Expand documentation. +- Asking for help about a command by prefix lists all matching + commands. +- Add formatters for HTML, JSON, and YAML. Documentation ============= diff --git a/docs/source/conf.py b/docs/source/conf.py index 713cac9..e84023b 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.4' +version = '0.5' # The full version, including alpha/beta/rc tags. release = version diff --git a/docs/source/history.rst b/docs/source/history.rst index b170bab..395829a 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -2,7 +2,7 @@ Release History ================= -dev +0.5 - Asking for help about a command by prefix lists all matching commands. diff --git a/setup.py b/setup.py index b8cf34f..f75b132 100644 --- a/setup.py +++ b/setup.py @@ -2,8 +2,8 @@ PROJECT = 'cliff' -# Change docs/sphinx/conf.py too! -VERSION = '0.4' +# Change docs/source/conf.py too! +VERSION = '0.5' # Bootstrap installation of Distribute import distribute_setup -- cgit v1.2.1