version 0.3.30

This commit is contained in:
Mort Yao 2014-09-21 07:02:15 +02:00
parent 64bc62c1c4
commit a2b7886624
2 changed files with 15 additions and 1 deletions

View File

@ -1,6 +1,20 @@
Changelog Changelog
========= =========
0.3.30
------
*Date: 2014-09-21*
* First Alpha release
* Support PyPy3
* Bug fixes:
- YouTube
- Youku
- Tudou
- Niconico
- AcFun
0.3.30dev-20140907 0.3.30dev-20140907
------------------ ------------------

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python
script_name = 'you-get' script_name = 'you-get'
__version__ = '0.3.30dev-20140907' __version__ = '0.3.30'