8000 release: prepare v0.8.10 release · python-openxml/python-docx@90fc91c · GitHub
[go: up one dir, main page]

Skip to content

Commit 90fc91c

Browse files
committed
release: prepare v0.8.10 release
1 parent 6756f6c commit 90fc91c

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
Release History
44
---------------
55

6+
0.8.10 (2019-01-08)
7+
+++++++++++++++++++
8+
9+
- Revert use of expanded package directory for default.docx to work around setup.py
10+
problem with filenames containing square brackets.
11+
12+
613
0.8.9 (2019-01-08)
714
++++++++++++++++++
815

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.9'
5+
__version__ = '0.8.10'
66

77

88
# register custom Part classes with opc package reader

docx/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ def _default_docx_path():
3434
Return the path to the built-in default .docx package.
3535
"""
3636
_thisdir = os.path.split(__file__)[0]
37-
return os.path.join(_thisdir, 'templates', 'default-docx-template')
37+
return os.path.join(_thisdir, 'templates', 'default.docx')

docx/templates/default.docx

37.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)
0