Skip to content

Commit 1786f2f

Browse files
author
Steve Canny
committed
release: prepare v0.5.7 release
1 parent a767f78 commit 1786f2f

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

HISTORY.rst

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

6+
0.5.7 (2015-01-17)
7+
++++++++++++++++++
8+
9+
- add PicturePlaceholder with .insert_picture() method
10+
- add TablePlaceholder with .insert_table() method
11+
- add ChartPlaceholder with .insert_chart() method
12+
- add Picture.image property, returning Image object
13+
- add Picture.crop_left, .crop_top, .crop_right, and .crop_bottom
14+
- add Shape.placeholder_format and PlaceholderFormat object
15+
16+
**BACKWARD INCOMPATIBILITIES:**
17+
18+
Shape.shape_type is now unconditionally `MSO_SHAPE_TYPE.PLACEHOLDER` for all
19+
placeholder shapes. Previously, some placeholder shapes reported
20+
`MSO_SHAPE_TYPE.AUTO_SHAPE`, `MSO_SHAPE_TYPE.CHART`,
21+
`MSO_SHAPE_TYPE.PICTURE`, or `MSO_SHAPE_TYPE.TABLE` for that property.
22+
23+
624
0.5.6 (2014-12-06)
725
++++++++++++++++++
826

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.5.6'
7+
__version__ = '0.5.7'
88

99

1010
import pptx.exc as exceptions

0 commit comments

Comments
 (0)