We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f28557 commit 4f08b0bCopy full SHA for 4f08b0b
2 files changed
HISTORY.rst
@@ -3,6 +3,13 @@
3
Release History
4
---------------
5
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
13
0.6.3 (2017-02-28)
14
++++++++++++++++++
15
pptx/__init__.py
@@ -4,7 +4,7 @@
Initialization module for python-pptx
"""
-__version__ = '0.6.3'
+__version__ = '0.6.4'
import pptx.exc as exceptions
0 commit comments