Set up release 1.2

Document python 2.6 support; update version in setup.py and history
file.

Change-Id: I4fd0e0edf09e041a000f9037bffdbb1d03af1936
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
Doug Hellmann 2012-08-30 10:43:54 -04:00
parent c21a2ba51f
commit 56f377661e
2 changed files with 4 additions and 2 deletions

View File

@ -2,11 +2,13 @@
Release History
=================
dev
1.2
- Fix problem with interactive mode ``help`` command.
- Disable logging by default but add a ``--log-file`` option to
re-enable it at runtime.
- Add support for python 2.6. (contributed by Mark McClain for
OpenStack Quantum)
1.1.2

View File

@ -3,7 +3,7 @@
PROJECT = 'cliff'
# Change docs/source/conf.py too!
VERSION = '1.1.2'
VERSION = '1.2'
# Bootstrap installation of Distribute
import distribute_setup