Skip to content

Commit

Permalink
release: prepare v0.8.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scanny committed Aug 18, 2018
1 parent 37822d3 commit 94623ff
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: python
python:
- "3.4"
- "3.3"
- "3.6"
- "3.5"
- "2.7"
- "2.6"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
Expand Down
14 changes: 14 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,20 @@
Release History
---------------

0.8.7 (2018-08-18)
++++++++++++++++++

- Add _Row.height_rule
- Add _Row.height
- Add _Cell.vertical_alignment
- Fix #455: increment next_id, don't fill gaps
- Add #375: import docx failure on --OO optimization
- Add #254: remove default zoom percentage
- Add #266: miscellaneous documentation fixes
- Add #175: refine MANIFEST.ini
- Add #168: Unicode error on core-props in Python 2


0.8.6 (2016-06-22)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion docx/__init__.py
Expand Up @@ -2,7 +2,7 @@

from docx.api import Document # noqa

__version__ = '0.8.6'
__version__ = '0.8.7'


# register custom Part classes with opc package reader
Expand Down

0 comments on commit 94623ff

Please sign in to comment.