From f80a1bb5b0b4f6f7505a911fda90cc3dfd1db87b 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 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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', -- 2.39.5