version 0.3.10

This commit is contained in:
Mort Yao 2013-04-18 17:33:54 +02:00
parent 4ca5b1061f
commit 762ced5dba
2 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,15 @@
Changelog
=========
0.3.10
------
*Date: 2013-04-19*
* Add support for:
- SongTaste
* Support Libav as well as FFmpeg.
0.3.9
-----

View File

@ -2,5 +2,5 @@
__all__ = ['__version__', '__date__']
__version__ = '0.3.9'
__date__ = '2013-04-12'
__version__ = '0.3.10'
__date__ = '2013-04-19'