Skip to content

Commit

Permalink
release: prepare v0.6.3 release
Browse files Browse the repository at this point in the history
* New version of Pillow (>=4.0) dropped support for Python 2.6. Update
  requirements for 2.6 tests.
  • Loading branch information
scanny committed Feb 28, 2017
1 parent b26ee9e commit e377775
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,13 @@
Release History
---------------

0.6.3 (2017-02-28)
++++++++++++++++++

- add DataLabel.font
- add Axis.axis_title


0.6.2 (2017-01-03)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion pptx/__init__.py
Expand Up @@ -4,7 +4,7 @@
Initialization module for python-pptx
"""

__version__ = '0.6.2'
__version__ = '0.6.3'


import pptx.exc as exceptions
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -33,7 +33,7 @@ deps =
importlib
lxml>=3.1.0
mock
Pillow>=2.6.1
Pillow>=2.6.1,<4.0
pyparsing>=2.0.1
pytest
XlsxWriter>=0.5.7
Expand Down

0 comments on commit e377775

Please sign in to comment.