From bc34ec95a9e7bdff01f5b43b1070bbc0c018ab25 Mon Sep 17 00:00:00 2001 From: Steve Canny Date: Sat, 21 Feb 2015 17:08:02 -0800 Subject: [PATCH] release: prepare v0.8.5 release --- HISTORY.rst | 2 +- docx/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index e254738e1..a51e27043 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ Release History --------------- -NEXT +0.8.5 (2015-02-21) ++++++++++++++++++ - Fix #149: KeyError on Document.add_table() diff --git a/docx/__init__.py b/docx/__init__.py index ab6a8de81..1bf421391 100644 --- a/docx/__init__.py +++ b/docx/__init__.py @@ -2,7 +2,7 @@ from docx.api import Document # noqa -__version__ = '0.8.4' +__version__ = '0.8.5' # register custom Part classes with opc package reader