We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29662a commit 6756f6cCopy full SHA for 6756f6c
HISTORY.rst
@@ -3,6 +3,12 @@
3
Release History
4
---------------
5
6
+0.8.9 (2019-01-08)
7
+++++++++++++++++++
8
+
9
+- Fix gap in MANIFEST.in that excluded default document template directory
10
11
12
0.8.8 (2019-01-07)
13
++++++++++++++++++
14
MANIFEST.in
@@ -1,5 +1,5 @@
1
include HISTORY.rst LICENSE README.rst tox.ini
2
-graft docx/templates *
+graft docx/templates
graft features
graft tests
graft docs
docx/__init__.py
@@ -2,7 +2,7 @@
from docx.api import Document # noqa
-__version__ = '0.8.8'
+__version__ = '0.8.9'
# register custom Part classes with opc package reader
0 commit comments