Skip to content

Commit 63e712e

Browse files
committed
release: prepare v0.6.7 release
1 parent c07ce07 commit 63e712e

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

HISTORY.rst

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

6+
0.6.7 (2017-10-30)
7+
++++++++++++++++++
8+
9+
- Add `SlideShapes.build_freeform()`, allowing freeform shapes (such as maps)
10+
to be specified and added to a slide.
11+
- Add support for patterned fills.
12+
- Add `LineFormat.dash_style` to allow interrogation and setting of dashed
13+
line styles.
14+
15+
616
0.6.6 (2017-06-17)
717
++++++++++++++++++
818

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.6'
5+
__version__ = '0.6.7'
66

77

88
import pptx.exc as exceptions

0 commit comments

Comments
 (0)