version 0.3.16

This commit is contained in:
Mort Yao 2013-06-27 23:56:15 +08:00
parent 9854825ee7
commit 65d0697bbf
2 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,16 @@
Changelog Changelog
========= =========
0.3.16
------
*Date: 2013-06-28*
* Fix issues for:
- YouTube
- Sohu
- Google+ (enable HTTPS proxy)
0.3.15 0.3.15
------ ------

View File

@ -2,5 +2,5 @@
__all__ = ['__version__', '__date__'] __all__ = ['__version__', '__date__']
__version__ = '0.3.15' __version__ = '0.3.16'
__date__ = '2013-06-21' __date__ = '2013-06-28'