From: Guillaume Pellerin Date: Fri, 28 Jun 2013 19:37:38 +0000 (+0200) Subject: goto 0.4.4 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a5ec60607b72835f4dc3db2ab4f0fea41ab62ea7;p=timeside-diadems.git goto 0.4.4 --- diff --git a/README.rst b/README.rst index 3349ef8..85d6107 100644 --- a/README.rst +++ b/README.rst @@ -32,6 +32,10 @@ Here is a schematic diagram of the TimeSide engine architecture: News ===== +0.4.4 + + * Only setup bugfixes + 0.4.3 * finally fix decoder leaks and de-synchronizations (thanks to piem) diff --git a/setup.py b/setup.py index 77983f2..b46ba6f 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.3', + version = '0.4.4', install_requires = [ 'setuptools', 'numpy',