We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837258a commit ec43308Copy full SHA for ec43308
2 files changed
HISTORY.rst
@@ -3,6 +3,17 @@
3
Release History
4
---------------
5
6
+0.6.6 (2017-06-17)
7
+++++++++++++++++++
8
+
9
+- Add `SlideShapes.add_movie()`, allowing video media to be added to a slide.
10
11
+- fix #190 Accommodate non-conforming part names having '00' index segment.
12
+- fix #273 Accommodate non-conforming part names having no index segment.
13
+- fix #277 ASCII/Unicode error on non-ASCII multi-level category names
14
+- fix #279 BaseShape.id warning appearing on placeholder access.
15
16
17
0.6.5 (2017-03-21)
18
++++++++++++++++++
19
pptx/__init__.py
@@ -1,10 +1,8 @@
1
# encoding: utf-8
2
-"""
-Initialization module for python-pptx
+"""Initialization module for python-pptx package."""
-__version__ = '0.6.5'
+__version__ = '0.6.6'
import pptx.exc as exceptions
0 commit comments