From: yomguy Date: Tue, 2 Oct 2012 14:04:50 +0000 (+0200) Subject: update news, go to 0.4.1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f80a1bb5b0b4f6f7505a911fda90cc3dfd1db87b;p=timeside-diadems.git update news, go to 0.4.1 --- 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',