We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31470af commit 9888fa1Copy full SHA for 9888fa1
HISTORY.rst
@@ -3,6 +3,11 @@
3
Release History
4
---------------
5
6
+0.3.0a4 (2014-01-07)
7
+++++++++++++++++++++++
8
+
9
+- Complete Python 3 support, tested on Python 3.3
10
11
0.3.0a3 (2014-01-06)
12
++++++++++++++++++++++
13
docx/__init__.py
@@ -2,7 +2,7 @@
2
from docx.api import Document # noqa
-__version__ = '0.3.0a3'
+__version__ = '0.3.0a4'
# register custom Part classes with opc package reader
0 commit comments