Skip to content

Commit b289884

Browse files
author
Steve Canny
committed
release: v0.5.2 python-openxml#17 feature: character style
1 parent 5a2da7f commit b289884

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

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

6+
0.5.2 (2014-05-06)
7+
++++++++++++++++++
8+
9+
- Add #17 feature: character style
10+
11+
612
0.5.1 (2014-04-02)
713
++++++++++++++++++
814

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.5.1'
5+
__version__ = '0.5.2'
66

77

88
# register custom Part classes with opc package reader

0 commit comments

Comments
 (0)