version 0.3.26

This commit is contained in:
Mort Yao 2014-02-08 04:38:37 +01:00
parent 0f38ed615d
commit 59e505b5bc
2 changed files with 19 additions and 2 deletions

View File

@ -1,6 +1,23 @@
Changelog
=========
0.3.26
------
*Date: 2014-02-08*
* New features:
- Play video in players (#286)
- LeTV support (#289)
- Youku 1080P support
* Bug fixes:
- YouTube (#282, #292)
- Sina (#246, #280)
- Mixcloud
- NetEase
- QQ
- Vine
0.3.25
------

View File

@ -2,5 +2,5 @@
__all__ = ['__version__', '__date__']
__name__ = 'you-get'
__version__ = '0.3.25'
__date__ = '2013-12-20'
__version__ = '0.3.26'
__date__ = '2014-02-08'