From: Guillaume Pellerin Date: Thu, 22 Aug 2013 15:55:11 +0000 (+0200) Subject: goto 0.4.5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=15ff025ec7b7e68ba93e9f46fc5f5c5d22b9f571;p=timeside-diadems.git goto 0.4.5 --- diff --git a/README.rst b/README.rst index 2fa6a29..0423607 100644 --- a/README.rst +++ b/README.rst @@ -32,6 +32,11 @@ Here is a schematic diagram of the TimeSide engine architecture: News ===== +0.4.5 + + * (re)fix Pillow support (#12) + * add Debian package directory (thanks to piem) + 0.4.4 * Only minor setup bugfixes diff --git a/setup.py b/setup.py index d6a82b7..bed502d 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( long_description = open('README.rst').read(), author = "Guillaume Pellerin, Paul Brossier, Riccardo Zaccarelli, Olivier Guilyardi", author_email = "yomguy@parisson.com, piem@piem.org, riccardo.zaccarelli@gmail.com, olivier@samalyse.com", - version = '0.4.4', + version = '0.4.5', install_requires = [ 'setuptools', 'numpy',