Skip to content

Commit ec43308

Browse files
committed
release: prepare v0.6.6 release
1 parent 837258a commit ec43308

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

HISTORY.rst

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

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+
617
0.6.5 (2017-03-21)
718
++++++++++++++++++
819

pptx/__init__.py

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

3-
"""
4-
Initialization module for python-pptx
5-
"""
3+
"""Initialization module for python-pptx package."""
64

7-
__version__ = '0.6.5'
5+
__version__ = '0.6.6'
86

97

108
import pptx.exc as exceptions

0 commit comments

Comments
 (0)