File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11language : python
22python :
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
Original file line number Diff line number Diff line change 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+
6200.8.6 (2016-06-22)
721++++++++++++++++++
822
Original file line number Diff line number Diff line change 22
33from 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
You can’t perform that action at this time.
0 commit comments