File tree 3 files changed +17
-3
lines changed
3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
- - " 3.4 "
4
- - " 3.3 "
3
+ - " 3.6 "
4
+ - " 3.5 "
5
5
- " 2.7"
6
6
- " 2.6"
7
7
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
Original file line number Diff line number Diff line change 3
3
Release History
4
4
---------------
5
5
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
+
6
20
0.8.6 (2016-06-22)
7
21
++++++++++++++++++
8
22
Original file line number Diff line number Diff line change 2
2
3
3
from docx .api import Document # noqa
4
4
5
- __version__ = '0.8.6 '
5
+ __version__ = '0.8.7 '
6
6
7
7
8
8
# register custom Part classes with opc package reader
You can’t perform that action at this time.
0 commit comments