summaryrefslogtreecommitdiff
path: root/announce.rst
diff options
context:
space:
mode:
Diffstat (limited to 'announce.rst')
-rw-r--r--announce.rst37
1 files changed, 0 insertions, 37 deletions
diff --git a/announce.rst b/announce.rst
deleted file mode 100644
index 09e57f8..0000000
--- a/announce.rst
+++ /dev/null
@@ -1,37 +0,0 @@
-========================================================================
- cliff -- Command Line Interface Formulation Framework -- version 1.4.5
-========================================================================
-
-.. 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
-other extensions.
-
-What's New In This Release?
-===========================
-
-- Update the pyparsing dependency to a version that supports both
- Python 2 and Python 3.
-- Add PyPy testing.
-
-Documentation
-=============
-
-`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
-