Skip to content

Commit

Permalink
release: prepare v0.8.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scanny committed Jan 9, 2019
1 parent 6756f6c commit 90fc91c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,13 @@
Release History
---------------

0.8.10 (2019-01-08)
+++++++++++++++++++

- Revert use of expanded package directory for default.docx to work around setup.py
problem with filenames containing square brackets.


0.8.9 (2019-01-08)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion docx/__init__.py
Expand Up @@ -2,7 +2,7 @@

from docx.api import Document # noqa

__version__ = '0.8.9'
__version__ = '0.8.10'


# register custom Part classes with opc package reader
Expand Down
2 changes: 1 addition & 1 deletion docx/api.py
Expand Up @@ -34,4 +34,4 @@ def _default_docx_path():
Return the path to the built-in default .docx package.
"""
_thisdir = os.path.split(__file__)[0]
return os.path.join(_thisdir, 'templates', 'default-docx-template')
return os.path.join(_thisdir, 'templates', 'default.docx')
Binary file added docx/templates/default.docx
Binary file not shown.

0 comments on commit 90fc91c

Please sign in to comment.