From f4dbcd4a8ab8bbda2f4a1d8bca330db5a540ca00 Mon Sep 17 00:00:00 2001 From: yomguy Date: Tue, 2 Oct 2012 16:04:50 +0200 Subject: [PATCH] update news, go to 0.4.1 --- 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 902ae01..8833169 100644 --- a/README.rst +++ b/README.rst @@ -11,6 +11,11 @@ The engine (server side) is fully written in Python, the player (client side) in News ===== +0.4.1 + + * just move ui/ to static/timeside/ for better django compatibility + * update SoundManager2 to v297a-20120916 + 0.4.0 * finally fixed an old decoder bug to prevent memory leaks during hard process (thanks to piem) diff --git a/setup.py b/setup.py index 38c6821..41e3f8b 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( long_description = open('README.rst').read(), author = ["Guillaume Pellerin", "Olivier Guilyardi", "Riccardo Zaccarelli", "Paul Brossier"], author_email = ["yomguy@parisson.com","olivier@samalyse.com", "riccardo.zaccarelli@gmail.com", "piem@piem.org"], - version = '0.4.0', + version = '0.4.1', install_requires = [ 'setuptools', 'numpy', diff --git a/timeside/__init__.py b/timeside/__init__.py index 9aff885..8b25ad8 100644 --- a/timeside/__init__.py +++ b/timeside/__init__.py @@ -11,4 +11,4 @@ import timeside.grapher import timeside.analyzer from timeside.core import * -__version__ = '0.4.0' +__version__ = '0.4.1' -- 2.39.5