Skip to content

Commit

Permalink
release: prepare v0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Canny committed Jun 22, 2014
1 parent 164b4af commit f74dcd2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
Release History
---------------

0.6.0 (2014-06-22)
++++++++++++++++++

- Add feature #15: section page size
- Add feature #66: add section
- Add page margins and page orientation properties on Section
- Major refactoring of oxml layer


0.5.3 (2014-05-10)
++++++++++++++++++

Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. image:: https://travis-ci.org/python-openxml/python-docx.svg?branch=master
:target: https://travis-ci.org/python-openxml/python-docx

*python-docx* is a Python library for creating and updating Microsoft Word
(.docx) files.
Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ python-docx

Release v\ |version| (:ref:`Installation <install>`)

.. include:: ../README.rst
*python-docx* is a Python library for creating and updating Microsoft Word
(.docx) files.


What it can do
Expand Down
2 changes: 1 addition & 1 deletion docx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from docx.api import Document # noqa

__version__ = '0.5.3'
__version__ = '0.6.0'


# register custom Part classes with opc package reader
Expand Down

0 comments on commit f74dcd2

Please sign in to comment.