We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84d64f commit 2252677Copy full SHA for 2252677
2 files changed
HISTORY.rst
@@ -3,10 +3,16 @@
3
Release History
4
---------------
5
6
+0.5.3 (2014-05-10)
7
+++++++++++++++++++
8
+
9
+- Add feature #19: Run.underline property
10
11
12
0.5.2 (2014-05-06)
13
++++++++++++++++++
14
-- Add #17 feature: character style
15
+- Add feature #17: character style
16
17
18
0.5.1 (2014-04-02)
docx/__init__.py
@@ -2,7 +2,7 @@
2
from docx.api import Document # noqa
-__version__ = '0.5.2'
+__version__ = '0.5.3'
# register custom Part classes with opc package reader
0 commit comments