8000 release: prepare v0.8.9 release · python-openxml/python-docx@6756f6c · GitHub
[go: up one dir, main page]

Skip to content

Commit 6756f6c

Browse files
committed
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
0