bumping version number for release

Change-Id: I4048267b9621639ba9e75f0d8953b43542f4b73c
This commit is contained in:
Doug Hellmann 2012-08-04 17:36:41 -04:00
parent 5862e25b9b
commit 9e778376f7
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
========================================================================
cliff -- Command Line Interface Formulation Framework -- version 1.1.1
cliff -- Command Line Interface Formulation Framework -- version 1.1.2
========================================================================
.. tags:: python cliff release DreamHost

View File

@ -2,7 +2,7 @@
Release History
=================
1.1.1
1.1.2
- Fix a packaging problem introduced in version 1.1.

View File

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