version 0.3.21

This commit is contained in:
Mort Yao 2013-08-17 15:15:28 +08:00
parent 657c1e20c2
commit 6386f1bbf3
2 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,16 @@
Changelog Changelog
========= =========
0.3.21
------
*Date: 2013-08-17*
* Fix issues for:
- YouTube
- YinYueTai
- pan.baidu.com
0.3.20 0.3.20
------ ------

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
__all__ = ['__version__', '__date__'] __all__ = ['__version__', '__date__']
__version__ = '0.3.20' __version__ = '0.3.21'
__date__ = '2013-08-16' __date__ = '2013-08-17'