File tree 4 files changed +14
-2
lines changed
4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 3
3
Release History
4
4
---------------
5
5
6
+ 0.6.0 (2014-06-22)
7
+ ++++++++++++++++++
8
+
9
+ - Add feature #15: section page size
10
+ - Add feature #66: add section
11
+ - Add page margins and page orientation properties on Section
12
+ - Major refactoring of oxml layer
13
+
14
+
6
15
0.5.3 (2014-05-10)
7
16
++++++++++++++++++
8
17
Original file line number Diff line number Diff line change
1
+ .. image :: https://travis-ci.org/python-openxml/python-docx.svg?branch=master
2
+ :target: https://travis-ci.org/python-openxml/python-docx
1
3
2
4
*python-docx * is a Python library for creating and updating Microsoft Word
3
5
(.docx) files.
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ python-docx
4
4
5
5
Release v\ |version | (:ref: `Installation <install >`)
6
6
7
- .. include :: ../README.rst
7
+ *python-docx * is a Python library for creating and updating Microsoft Word
8
+ (.docx) files.
8
9
9
10
10
11
What it can do
Original file line number Diff line number Diff line change 2
2
3
3
from docx .api import Document # noqa
4
4
5
- __version__ = '0.5.3 '
5
+ __version__ = '0.6.0 '
6
6
7
7
8
8
# register custom Part classes with opc package reader
You can’t perform that action at this time.
0 commit comments