Skip to content

Commit eaa1e0f

Browse files
author
Steve Canny
committed
release: prepare v0.5.8 release
1 parent 43ccf90 commit eaa1e0f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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.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+
615
0.5.7 (2015-01-17)
716
++++++++++++++++++
817

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

99

1010
import pptx.exc as exceptions

0 commit comments

Comments
 (0)