bump the version number to release a clean build
Change-Id: I300e330421c290eeeee5c6ff1377f99463b30579
This commit is contained in:
parent
fb515c455e
commit
b934b9916d
1
Makefile
1
Makefile
@ -5,6 +5,7 @@ help:
|
||||
@echo "clean - remove build artifacts"
|
||||
|
||||
release: docs
|
||||
rm -rf dist build
|
||||
python setup.py sdist upload
|
||||
|
||||
sdist: docs
|
||||
|
12
announce.rst
12
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
|
||||
=============
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user