diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3bc1adff402c3563b720bac6802f4c96ca218e0e..7c3c47a6551f2160661d8e01d5b2ba661c762b2a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,16 @@ Changelog ========= +0.3.6 +----- + +*Date: 2013-03-22* + +* Add support for: + - Vine +* Fix issue for: + - YouTube + 0.3.5 ----- diff --git a/README.md b/README.md index 0daf00389f1e1a6fbed28595b073f9ed9201ec33..f7427cc3df8698f9fffb8cdaf6ab391e4d012044 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Fork me on GitHub: * Facebook * Google+ * Tumblr +* Vine * SoundCloud * Mixcloud * JPopsuki @@ -243,6 +244,7 @@ You-Get基于优酷下载脚本[iambus/youku-lixian](https://github.com/iambus/y * Facebook * Google+ * Tumblr +* Vine * SoundCloud * Mixcloud * JPopsuki diff --git a/README.txt b/README.txt index 9b39133e58f4ab067172dd173b490708189eb4cc..d32fcdc9f0e8fe8301db64aa388612e620c0a500 100644 --- a/README.txt +++ b/README.txt @@ -22,6 +22,7 @@ Supported Sites (As of Now) * Facebook http://facebook.com * Google+ http://plus.google.com * Tumblr http://www.tumblr.com +* Vine http://vine.co * SoundCloud http://soundcloud.com * Mixcloud http://www.mixcloud.com * JPopsuki http://jpopsuki.tv diff --git a/src/you_get/version.py b/src/you_get/version.py index 0bef1d1098e3d50cefdcc76ba89a6828f4f3f12c..ad52199f0b2f34ce8504fdaef6ddd72c8700f94b 100644 --- a/src/you_get/version.py +++ b/src/you_get/version.py @@ -2,5 +2,5 @@ __all__ = ['__version__', '__date__'] -__version__ = '0.3.5' -__date__ = '2013-03-15' +__version__ = '0.3.6' +__date__ = '2013-03-22'