summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-08-04 17:24:08 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-08-04 17:24:08 -0400
commitb934b9916d3b985dc52e014ab2ece01daff24956 (patch)
tree83dff91152dd94779e70cb770af38162cfed693d
parentfb515c455ed6b7d286a942045d2b07d0ddb5593c (diff)
downloadcliff-b934b9916d3b985dc52e014ab2ece01daff24956.tar.gz
bump the version number to release a clean build1.1.1
Change-Id: I300e330421c290eeeee5c6ff1377f99463b30579
-rw-r--r--Makefile1
-rw-r--r--announce.rst12
-rw-r--r--docs/source/history.rst4
-rw-r--r--setup.py2
4 files changed, 11 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 498d508..65c420d 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ help:
@echo "clean - remove build artifacts"
release: docs
+ rm -rf dist build
python setup.py sdist upload
sdist: docs
diff --git a/announce.rst b/announce.rst
index 707b5c0..d70e825 100644
--- a/announce.rst
+++ b/announce.rst
@@ -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
=============
diff --git a/docs/source/history.rst b/docs/source/history.rst
index fe180bb..0d1d35e 100644
--- a/docs/source/history.rst
+++ b/docs/source/history.rst
@@ -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
diff --git a/setup.py b/setup.py
index 7cc1ffb..2edaec3 100644
--- a/setup.py
+++ b/setup.py
@@ -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