version 0.3.17

This commit is contained in:
Mort Yao 2013-07-11 16:57:43 +08:00
parent c4db743bdb
commit f87b5261a7
2 changed files with 13 additions and 2 deletions

View File

@ -1,6 +1,17 @@
Changelog Changelog
========= =========
0.3.17
------
*Date: 2013-07-12*
* Fix issues for:
- YouTube
- 163
- bilibili
* Code cleanup.
0.3.16 0.3.16
------ ------

View File

@ -2,5 +2,5 @@
__all__ = ['__version__', '__date__'] __all__ = ['__version__', '__date__']
__version__ = '0.3.16' __version__ = '0.3.17'
__date__ = '2013-06-28' __date__ = '2013-07-12'