From c295547f1941c0c17ddd0666e94b24dc5c0b0a02 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 22 Aug 2013 17:55:11 +0200 Subject: [PATCH] goto 0.4.5 --- README.rst | 5 +++++ setup.py | 2 +- timeside/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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', diff --git a/timeside/__init__.py b/timeside/__init__.py index 3978b46..163ec90 100644 --- a/timeside/__init__.py +++ b/timeside/__init__.py @@ -12,4 +12,4 @@ import timeside.analyzer import timeside.tools from timeside.core import * -__version__ = '0.4.4' +__version__ = '0.4.5' -- 2.39.5