]> git.parisson.com Git - timeside.git/commitdiff
update news, go to 0.4.1
authoryomguy <yomguy@parisson.com>
Tue, 2 Oct 2012 14:04:50 +0000 (16:04 +0200)
committeryomguy <yomguy@parisson.com>
Tue, 2 Oct 2012 14:04:50 +0000 (16:04 +0200)
README.rst
setup.py
timeside/__init__.py

index 902ae0191a15af9dd021a307f816acc2bc7aa9ae..8833169a271a5a1357454b9192b12a08f06c3300 100644 (file)
@@ -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)
index 38c6821a0ee72e13cdc94df116dc5edc4f55fb09..41e3f8b3253c6e822cc7838dfb7000a02342e0ab 100644 (file)
--- 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',
index 9aff885cc15e1ed1d7647d88ddf826830877dd2d..8b25ad8cba595d39f743706f094fbc2b81c03e43 100644 (file)
@@ -11,4 +11,4 @@ import timeside.grapher
 import timeside.analyzer
 from timeside.core import *
 
-__version__ = '0.4.0'
+__version__ = '0.4.1'