version 0.3.36

This commit is contained in:
Mort Yao 2015-10-05 20:59:56 +02:00
parent c0b7c34cbd
commit e9f16e12cc
2 changed files with 13 additions and 1 deletions

View File

@ -1,6 +1,18 @@
Changelog Changelog
========= =========
0.3.36
------
*Date: 2015-10-05*
* New command-line option: --json
* New site support:
- Internet Archive
* Bug fixes:
- iQIYI
- SoundCloud
0.3.35 0.3.35
------ ------

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.35' __version__ = '0.3.36'