version 0.3.9

This commit is contained in:
Mort Yao 2013-04-11 18:25:08 +02:00
parent 307a6a88ea
commit e0802b29da
2 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
Changelog Changelog
========= =========
0.3.9
-----
*Date: 2013-04-12*
* Add support for:
- Freesound
0.3.8 0.3.8
----- -----

View File

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