summaryrefslogtreecommitdiff
path: root/announce.rst
diff options
context:
space:
mode:
Diffstat (limited to 'announce.rst')
-rw-r--r--announce.rst29
1 files changed, 23 insertions, 6 deletions
diff --git a/announce.rst b/announce.rst
index c4a0cb1..2586c46 100644
--- a/announce.rst
+++ b/announce.rst
@@ -1,8 +1,8 @@
======================================================================
- cliff -- Command Line Interface Formulation Framework -- version 0.1
+ cliff -- Command Line Interface Formulation Framework -- version 0.2
======================================================================
-.. tags: python, cliff
+.. tags: python, cliff, release, DreamHost
cliff is a framework for building command line programs. It uses
setuptools entry points to provide subcommands, output formatters, and
@@ -11,11 +11,28 @@ other extensions.
What's New In This Release?
===========================
-This is the first public release of cliff. It is alpha software,
-mostly because the API between list commands and output formatters may
-need to change.
+- Incorporate changes from dtroyer to replace use of optparse in App
+ with argparse.
+- Added "help" subcommand to replace ``--help`` option handling in
+ subcommands.
Documentation
=============
-Documentation for cliff is hosted on readthedocs.org at http://readthedocs.org/docs/cliff/en/latest/
+`Documentation for cliff`_ is hosted on `readthedocs.org`_
+
+.. _Documentation for cliff: http://readthedocs.org/docs/cliff/en/latest/
+
+.. _readthedocs.org: http://readthedocs.org
+
+Installation
+============
+
+Use pip::
+
+ $ pip install cliff
+
+See `the installation guide`_ for more details.
+
+.. _the installation guide: http://cliff.readthedocs.org/en/latest/install.html>
+