bump the version number to release a clean build

Change-Id: I300e330421c290eeeee5c6ff1377f99463b30579
This commit is contained in:
Doug Hellmann 2012-08-04 17:24:08 -04:00
parent fb515c455e
commit b934b9916d
4 changed files with 11 additions and 8 deletions

View File

@ -5,6 +5,7 @@ help:
@echo "clean - remove build artifacts"
release: docs
rm -rf dist build
python setup.py sdist upload
sdist: docs

View File

@ -1,6 +1,6 @@
======================================================================
cliff -- Command Line Interface Formulation Framework -- version 1.1
======================================================================
========================================================================
cliff -- Command Line Interface Formulation Framework -- version 1.1.1
========================================================================
.. tags:: python cliff release DreamHost
@ -11,10 +11,8 @@ other extensions.
What's New In This Release?
===========================
- Moves the tablib formatters for JSON, YAML, and HTML out
of the core project and into a separate package to comply
with Ubuntu packaging requirements. See
https://github.com/dreamhost/cliff-tablib
- This point release fixes a packaging problem introduced
by removing several formatters in version 1.1.
Documentation
=============

View File

@ -2,6 +2,10 @@
Release History
=================
1.1.1
- Fix a packaging problem introduced in version 1.1.
1.1
- Move tablib support (JSON, YAML, and HTML formatters) to a

View File

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