Skip to content

Commit bc34ec9

Browse files
author
Steve Canny
committed
release: prepare v0.8.5 release
1 parent 0c887e8 commit bc34ec9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Release History
44
---------------
55

6-
NEXT
6+
0.8.5 (2015-02-21)
77
++++++++++++++++++
88

99
- Fix #149: KeyError on Document.add_table()

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.8.4'
5+
__version__ = '0.8.5'
66

77

88
# register custom Part classes with opc package reader

0 commit comments

Comments
 (0)