Skip to content

Commit f74dcd2

Browse files
author
Steve Canny
committedJun 22, 2014
release: prepare v0.6.0 release
1 parent 164b4af commit f74dcd2

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed
 

‎HISTORY.rst

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
615
0.5.3 (2014-05-10)
716
++++++++++++++++++
817

‎README.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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.

‎docs/index.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ python-docx
44

55
Release 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

1011
What it can do

‎docx/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from 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

0 commit comments

Comments
 (0)
Please sign in to comment.