Skip to content

Commit 158f212

Browse files
author
Steve Canny
committed
release: prepare v0.7.0 release
1 parent 25abe5b commit 158f212

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

HISTORY.rst

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

6+
0.7.0 (2014-06-27)
7+
++++++++++++++++++
8+
9+
- Add feature #68: Paragraph.insert_paragraph_before()
10+
- Add feature #51: Paragraph.alignment (read/write)
11+
- Add feature #61: Paragraph.text setter
12+
- Add feature #58: Run.add_tab()
13+
- Add feature #70: Run.clear()
14+
- Add feature #60: Run.text setter
15+
- Add feature #39: Run.text and Paragraph.text interpret '\n' and '\t' chars
16+
17+
618
0.6.0 (2014-06-22)
719
++++++++++++++++++
820

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

77

88
# register custom Part classes with opc package reader

0 commit comments

Comments
 (0)