Updated CHANGELOG

This commit is contained in:
Cédric Bonhomme 2015-12-23 21:34:58 +01:00
parent ff394da9f8
commit 5f4a8b4d34
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,3 @@
===============
Release History
===============

View file

@ -17,7 +17,7 @@ packages = [
requires = ['pillow']
with open('README.md', 'r') as f:
with open('README.rst', 'r') as f:
readme = f.read()
with open('CHANGELOG.md', 'r') as f:
changelog = f.read()