We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada86c3 commit e29662aCopy full SHA for e29662a
HISTORY.rst
@@ -3,6 +3,12 @@
3
Release History
4
---------------
5
6
+0.8.8 (2019-01-07)
7
+++++++++++++++++++
8
+
9
+- Add support for headers and footers
10
11
12
0.8.7 (2018-08-18)
13
++++++++++++++++++
14
docx/__init__.py
@@ -2,7 +2,7 @@
2
from docx.api import Document # noqa
-__version__ = '0.8.7'
+__version__ = '0.8.8'
# register custom Part classes with opc package reader
0 commit comments