We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25abe5b commit 158f212Copy full SHA for 158f212
HISTORY.rst
@@ -3,6 +3,18 @@
3
Release History
4
---------------
5
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
18
0.6.0 (2014-06-22)
19
++++++++++++++++++
20
docx/__init__.py
@@ -2,7 +2,7 @@
2
from docx.api import Document # noqa
-__version__ = '0.6.0'
+__version__ = '0.7.0'
# register custom Part classes with opc package reader
0 commit comments