We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae71e91 commit c1c7282Copy full SHA for c1c7282
2 files changed
HISTORY.rst
@@ -3,6 +3,16 @@
3
Release History
4
---------------
5
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
16
0.6.4 (2017-03-17)
17
++++++++++++++++++
18
pptx/__init__.py
@@ -4,7 +4,7 @@
Initialization module for python-pptx
"""
-__version__ = '0.6.4'
+__version__ = '0.6.5'
import pptx.exc as exceptions
0 commit comments