Skip to content

Commit

Permalink
release: prepare v0.8.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Canny committed Feb 21, 2015
1 parent 3603b5e commit 5a012fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
Release History
---------------

NEXT
0.8.4 (2015-02-20)
++++++++++++++++++

- Fix #151: tests won't run on PyPI distribution
- Fix #124: default to inches on no TIFF resolution unit


Expand Down
4 changes: 2 additions & 2 deletions docx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# encoding: utf-8

from docx.api import Document # noqa
from docx.api import Document # noqa

__version__ = '0.8.3'
__version__ = '0.8.4'


# register custom Part classes with opc package reader
Expand Down

0 comments on commit 5a012fe

Please sign in to comment.