version 0.3.23

This commit is contained in:
Mort Yao 2013-10-23 06:22:43 +02:00
parent 84c70fa657
commit 5afdf2661a
2 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,16 @@
Changelog
=========
0.3.23
------
*Date: 2013-10-23*
* Support YouTube playlists
* Support general short URLs
* Fix issues for:
- Sina
0.3.22
------

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python
__all__ = ['__version__', '__date__']
__version__ = '0.3.22'
__date__ = '2013-10-18'
__version__ = '0.3.23'
__date__ = '2013-10-23'