8000 release: prepare v0.8.7 release · python-openxml/python-docx@94623ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 94623ff

Browse files
committed
release: prepare v0.8.7 release
1 parent 37822d3 commit 94623ff

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22
python:
3-
- "3.4"
4-
- "3.3"
3+
- "3.6"
4+
- "3.5"
55
- "2.7"
66
- "2.6"
77
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors

HISTORY.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
Release History
44
---------------
55

6+
0.8.7 (2018-08-18)
7+
++++++++++++++++++
8+
9+
- Add _Row.height_rule
10+
- Add _Row.height
11+
- Add _Cell.vertical_alignment
12+
- Fix #455: increment next_id, don't fill gaps
13+
- Add #375: import docx failure on --OO optimization
14+
- Add #254: remove default zoom percentage
15+
- Add #266: miscellaneous documentation fixes
16+
- Add #175: refine MANIFEST.ini
17+
- Add #168: Unicode error on core-props in Python 2
18+
19+
620
0.8.6 (2016-06-22)
721
++++++++++++++++++
822

docx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from docx.api import Document # noqa
44

5-
__version__ = '0.8.6'
5+
__version__ = '0.8.7'
66

77

88
# register custom Part classes with opc package reader

0 commit comments

Comments
 (0)
0