From e784a73bfcdc24ba08f772055f8b4240f420adcf Mon Sep 17 00:00:00 2001 From: Steve Canny Date: Wed, 22 Jun 2016 16:02:30 -0700 Subject: [PATCH] release: prepare v0.8.6 release --- HISTORY.rst | 8 ++++++++ docx/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index a51e27043..5b947d561 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,14 @@ Release History --------------- +0.8.6 (2016-06-22) +++++++++++++++++++ + +- Add #257: add Font.highlight_color +- Add #261: add ParagraphFormat.tab_stops +- Add #303: disallow XML entity expansion + + 0.8.5 (2015-02-21) ++++++++++++++++++ diff --git a/docx/__init__.py b/docx/__init__.py index 7dadb58e7..cfa48729d 100644 --- a/docx/__init__.py +++ b/docx/__init__.py @@ -2,7 +2,7 @@ from docx.api import Document # noqa -__version__ = '0.8.5' +__version__ = '0.8.6' # register custom Part classes with opc package reader