Skip to content

Commit 69eb559

Browse files
author
Steve Canny
committed
release: v0.5.0
1 parent 866558b commit 69eb559

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.rst

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

6+
0.5.0 (2014-03-02)
7+
++++++++++++++++++
8+
9+
- Add 20 tri-state properties on Run, including all-caps, double-strike,
10+
hidden, shadow, small-caps, and 15 others.
11+
12+
613
0.4.0 (2014-03-01)
714
++++++++++++++++++
815

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.4.0'
5+
__version__ = '0.5.0'
66

77

88
# register custom Part classes with opc package reader

0 commit comments

Comments
 (0)