We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb5820 commit e784a73Copy full SHA for e784a73
HISTORY.rst
@@ -3,6 +3,14 @@
3
Release History
4
---------------
5
6
+0.8.6 (2016-06-22)
7
+++++++++++++++++++
8
+
9
+- Add #257: add Font.highlight_color
10
+- Add #261: add ParagraphFormat.tab_stops
11
+- Add #303: disallow XML entity expansion
12
13
14
0.8.5 (2015-02-21)
15
++++++++++++++++++
16
docx/__init__.py
@@ -2,7 +2,7 @@
2
from docx.api import Document # noqa
-__version__ = '0.8.5'
+__version__ = '0.8.6'
# register custom Part classes with opc package reader
0 commit comments