summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-07 07:47:12 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-07 07:47:12 -0400
commitf3efefbc542f557d0b7f3f33fecb10a5e7a318b1 (patch)
tree0861f96b0492f54d52ca85bac0ca1038029294e5
parent3289a41c3843c067ef8c565c57e541064827d753 (diff)
downloadcliff-tablib-f3efefbc542f557d0b7f3f33fecb10a5e7a318b1.tar.gz
prepare for 0.5 release
-rw-r--r--announce.rst8
-rw-r--r--docs/source/conf.py2
-rw-r--r--docs/source/history.rst2
-rw-r--r--setup.py4
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