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