Skip to content

Commit 344b370

Browse files
author
Steve Canny
committed
release: prepare v0.7.6 release
1 parent b6e2050 commit 344b370

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.rst

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

6+
0.7.6 (2014-12-14)
7+
++++++++++++++++++
8+
9+
- Add feature #69: Table.alignment
10+
- Add feature #29: Document.core_properties
11+
12+
613
0.7.5 (2014-11-29)
714
++++++++++++++++++
815

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

77

88
# register custom Part classes with opc package reader

0 commit comments

Comments
 (0)