Skip to content

Commit 5a012fe

Browse files
author
Steve Canny
committed
release: prepare v0.8.4 release
1 parent 3603b5e commit 5a012fe

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

HISTORY.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
Release History
44
---------------
55

6-
NEXT
6+
0.8.4 (2015-02-20)
77
++++++++++++++++++
88

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

1112

docx/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# encoding: utf-8
22

3-
from docx.api import Document # noqa
3+
from docx.api import Document # noqa
44

5-
__version__ = '0.8.3'
5+
__version__ = '0.8.4'
66

77

88
# register custom Part classes with opc package reader

0 commit comments

Comments
 (0)