Skip to content

Commit 6756f6c

Browse files
committedJan 8, 2019
release: prepare v0.8.9 release
1 parent e29662a commit 6756f6c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
 

‎HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Release History
44
---------------
55

6+
0.8.9 (2019-01-08)
7+
++++++++++++++++++
8+
9+
- Fix gap in MANIFEST.in that excluded default document template directory
10+
11+
612
0.8.8 (2019-01-07)
713
++++++++++++++++++
814

‎MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include HISTORY.rst LICENSE README.rst tox.ini
2-
graft docx/templates *
2+
graft docx/templates
33
graft features
44
graft tests
55
graft docs

‎docx/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from docx.api import Document # noqa
44

5-
__version__ = '0.8.8'
5+
__version__ = '0.8.9'
66

77

88
# register custom Part classes with opc package reader

0 commit comments

Comments
 (0)
Please sign in to comment.