diff --git a/HISTORY.rst b/HISTORY.rst index 022c03fec..fa825a9ae 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ Release History --------------- +0.7.3 (2014-07-14) +++++++++++++++++++ + +- Add Table.autofit +- Add feature #46: _Cell.width + + 0.7.2 (2014-07-13) ++++++++++++++++++ diff --git a/docx/__init__.py b/docx/__init__.py index df16b431d..4a8378d6f 100644 --- a/docx/__init__.py +++ b/docx/__init__.py @@ -2,7 +2,7 @@ from docx.api import Document # noqa -__version__ = '0.7.2' +__version__ = '0.7.3' # register custom Part classes with opc package reader