Skip to content

Commit

Permalink
release: prepare v0.7.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Canny committed Jul 18, 2014
1 parent 83315de commit 5886a48
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Release History
---------------

0.7.4 (2014-07-18)
++++++++++++++++++

- Add feature #45: _Cell.add_table()
- Add feature #76: _Cell.add_paragraph()
- Add _Cell.tables property (read-only)


0.7.3 (2014-07-14)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion docx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from docx.api import Document # noqa

__version__ = '0.7.3'
__version__ = '0.7.4'


# register custom Part classes with opc package reader
Expand Down

0 comments on commit 5886a48

Please sign in to comment.