Skip to content

Commit 5886a48

Browse files
author
Steve Canny
committed
release: prepare v0.7.4 release
1 parent 83315de commit 5886a48

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

HISTORY.rst

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

6+
0.7.4 (2014-07-18)
7+
++++++++++++++++++
8+
9+
- Add feature #45: _Cell.add_table()
10+
- Add feature #76: _Cell.add_paragraph()
11+
- Add _Cell.tables property (read-only)
12+
13+
614
0.7.3 (2014-07-14)
715
++++++++++++++++++
816

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.7.3'
5+
__version__ = '0.7.4'
66

77

88
# register custom Part classes with opc package reader

0 commit comments

Comments
 (0)