Skip to content

Commit c1c7282

Browse files
committed
release: prepare v0.6.5 release
1 parent ae71e91 commit c1c7282

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

HISTORY.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
Release History
44
---------------
55

6+
0.6.5 (2017-03-21)
7+
++++++++++++++++++
8+
9+
- #267 compensate for non-conforming PowerPoint behavior on c:overlay element
10+
11+
- compensate for non-conforming (to spec) PowerPoint behavior related to
12+
c:dLbl/c:tx that results in "can't save" error when explicit data labels
13+
are added to bubbles on a bubble chart.
14+
15+
616
0.6.4 (2017-03-17)
717
++++++++++++++++++
818

pptx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Initialization module for python-pptx
55
"""
66

7-
__version__ = '0.6.4'
7+
__version__ = '0.6.5'
88

99

1010
import pptx.exc as exceptions

0 commit comments

Comments
 (0)