Skip to content

Commit 4f08b0b

Browse files
committed
release: prepare v0.6.4 release
1 parent 6f28557 commit 4f08b0b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

HISTORY.rst

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

6+
0.6.4 (2017-03-17)
7+
++++++++++++++++++
8+
9+
- add Chart.chart_title and ChartTitle object
10+
- #263 Use Number type to test for numeric category
11+
12+
613
0.6.3 (2017-02-28)
714
++++++++++++++++++
815

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

99

1010
import pptx.exc as exceptions

0 commit comments

Comments
 (0)