Skip to content

Commit e29662a

Browse files
committed
release: prepare v0.8.8 release
1 parent ada86c3 commit e29662a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Release History
44
---------------
55

6+
0.8.8 (2019-01-07)
7+
++++++++++++++++++
8+
9+
- Add support for headers and footers
10+
11+
612
0.8.7 (2018-08-18)
713
++++++++++++++++++
814

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

77

88
# register custom Part classes with opc package reader

0 commit comments

Comments
 (0)