Skip to content

Commit adf5fbd

Browse files
committed
release: prepare v0.6.10 release
1 parent 735f54f commit adf5fbd

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

HISTORY.rst

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

6+
0.6.10 (2018-06-11)
7+
++++++++++++++++++
8+
9+
- Add `shape.shadow` property to autoshape, connector, picture, and group
10+
shape, returning a `ShadowFormat` object.
11+
- Add `ShadowFormat` object with read/write (boolean) `.inherit` property.
12+
- Fix #328 add support for 26+ series in a chart
13+
14+
615
0.6.9 (2018-05-08)
716
++++++++++++++++++
817

pptx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
"""Initialization module for python-pptx package."""
44

5-
__version__ = '0.6.9'
5+
__version__ = '0.6.10'
66

77

88
import pptx.exc as exceptions

0 commit comments

Comments
 (0)