Skip to content

Commit

Permalink
release: v0.5.3 add feature #19 Run.underline
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Canny committed May 10, 2014
1 parent b84d64f commit 2252677
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@
Release History
---------------

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

- Add feature #19: Run.underline property


0.5.2 (2014-05-06)
++++++++++++++++++

- Add #17 feature: character style
- Add feature #17: character style


0.5.1 (2014-04-02)
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.2'
__version__ = '0.5.3'


# register custom Part classes with opc package reader
Expand Down

0 comments on commit 2252677

Please sign in to comment.