Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3603b5e commit 5a012feCopy full SHA for 5a012fe
HISTORY.rst
@@ -3,9 +3,10 @@
3
Release History
4
---------------
5
6
-NEXT
+0.8.4 (2015-02-20)
7
++++++++++++++++++
8
9
+- Fix #151: tests won't run on PyPI distribution
10
- Fix #124: default to inches on no TIFF resolution unit
11
12
docx/__init__.py
@@ -1,8 +1,8 @@
1
# encoding: utf-8
2
-from docx.api import Document # noqa
+from docx.api import Document # noqa
-__version__ = '0.8.3'
+__version__ = '0.8.4'
# register custom Part classes with opc package reader
0 commit comments