]> git.parisson.com Git - timeside.git/commitdiff
goto 0.4.5
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 22 Aug 2013 15:55:11 +0000 (17:55 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 22 Aug 2013 15:55:11 +0000 (17:55 +0200)
README.rst
setup.py
timeside/__init__.py

index 2fa6a293d62bddaeb676d7f5834b7e274009aa38..0423607078abfcb42b1bcf226cd9973c952dc401 100644 (file)
@@ -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
index d6a82b73fce077f5416a5572c9dbf4ce6bbd1cde..bed502dfaac70c345a6ebf9831aec31fa51c4a1c 100644 (file)
--- 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',
index 3978b4636d80e941c02aeb78f2c6066abb11bcf2..163ec9038f8524672a3d1eedb9b5f9ce7ce1a818 100644 (file)
@@ -12,4 +12,4 @@ import timeside.analyzer
 import timeside.tools
 from timeside.core import *
 
-__version__ = '0.4.4'
+__version__ = '0.4.5'