We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07ce07 commit 63e712eCopy full SHA for 63e712e
2 files changed
HISTORY.rst
@@ -3,6 +3,16 @@
3
Release History
4
---------------
5
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
16
0.6.6 (2017-06-17)
17
++++++++++++++++++
18
pptx/__init__.py
@@ -2,7 +2,7 @@
2
"""Initialization module for python-pptx package."""
-__version__ = '0.6.6'
+__version__ = '0.6.7'
import pptx.exc as exceptions
0 commit comments