We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ccf90 commit eaa1e0fCopy full SHA for eaa1e0f
HISTORY.rst
@@ -3,6 +3,15 @@
3
Release History
4
---------------
5
6
+0.5.8 (2015-11-27)
7
+++++++++++++++++++
8
+
9
+- add Shape.click_action (hyperlink on shape)
10
+- fix: #128 Chart cat and ser names not escaped
11
+- fix: #153 shapes.title raises on no title shape
12
+- fix: #170 remove seek(0) from Image.from_file()
13
14
15
0.5.7 (2015-01-17)
16
++++++++++++++++++
17
pptx/__init__.py
@@ -4,7 +4,7 @@
Initialization module for python-pptx
"""
-__version__ = '0.5.7'
+__version__ = '0.5.8'
import pptx.exc as exceptions
0 commit comments