Skip to content

Commit 9888fa1

Browse files
author
Steve Canny
committed
release: v0.3.0a4
1 parent 31470af commit 9888fa1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.rst

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

6+
0.3.0a4 (2014-01-07)
7+
++++++++++++++++++++++
8+
9+
- Complete Python 3 support, tested on Python 3.3
10+
611
0.3.0a3 (2014-01-06)
712
++++++++++++++++++++++
813

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.3.0a3'
5+
__version__ = '0.3.0a4'
66

77

88
# register custom Part classes with opc package reader

0 commit comments

Comments
 (0)