summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-27 20:04:56 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-27 20:04:56 -0400
commit363bdb87f39c001657e3ea9a9c000ad4755d0f90 (patch)
tree4d665f71b9d7c2751a02125e7730cb41c58cfd64
parenta2d769aa4780a6ac17cc7172cbcd93585719c7ad (diff)
downloadcliff-tablib-363bdb87f39c001657e3ea9a9c000ad4755d0f90.tar.gz
update blog announcement
-rw-r--r--announce.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/announce.rst b/announce.rst
index 2586c46..2a73962 100644
--- a/announce.rst
+++ b/announce.rst
@@ -1,5 +1,5 @@
======================================================================
- cliff -- Command Line Interface Formulation Framework -- version 0.2
+ cliff -- Command Line Interface Formulation Framework -- version 0.3
======================================================================
.. tags: python, cliff, release, DreamHost
@@ -11,10 +11,9 @@ other extensions.
What's New In This Release?
===========================
-- Incorporate changes from dtroyer to replace use of optparse in App
- with argparse.
-- Added "help" subcommand to replace ``--help`` option handling in
- subcommands.
+- 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.
Documentation
=============