summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-28 19:40:04 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-28 19:40:04 -0400
commitae9707617d1e29ca84e6f6067e63570a10870130 (patch)
treea0bbe231f423bdb8f68e68bc6b60ba5213373c52
parentab200eb50513f5bf900cc066bd59ad964b0ab86e (diff)
downloadcliff-tablib-ae9707617d1e29ca84e6f6067e63570a10870130.tar.gz
version number and release note updates for 0.4
-rw-r--r--announce.rst8
-rw-r--r--docs/source/conf.py2
-rw-r--r--docs/source/history.rst2
-rw-r--r--setup.py2
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