File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 33 Release History
44---------------
55
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+
6150.5.3 (2014-05-10)
716++++++++++++++++++
817
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
13
24*python-docx * is a Python library for creating and updating Microsoft Word
35(.docx) files.
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ python-docx
44
55Release v\ |version | (:ref: `Installation <install >`)
66
7- .. include :: ../README.rst
7+ *python-docx * is a Python library for creating and updating Microsoft Word
8+ (.docx) files.
89
910
1011What it can do
Original file line number Diff line number Diff line change 22
33from docx .api import Document # noqa
44
5- __version__ = '0.5.3 '
5+ __version__ = '0.6.0 '
66
77
88# register custom Part classes with opc package reader
You can’t perform that action at this time.
0 commit comments