diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 421726b5..0df85cd9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,12 +1,20 @@ Changelog ========= +0.2.14 +------ + +*Date: 2012-11-29* + +* Fix issue `#28 `_ for Tudou. +* Better support for AcFun. + 0.2.13 ------ *Date: 2012-10-30* -* Nothing new. Last version of You-Get 0.2.x. +* Nothing new. 0.2.12 ------ diff --git a/you-get.json b/you-get.json index 3a3d5990..f9c3d87a 100644 --- a/you-get.json +++ b/you-get.json @@ -1,7 +1,7 @@ { "name": "you-get", - "version": "0.2.13", - "date": "2012-10-30", + "version": "0.2.14", + "date": "2012-11-29", "author": "Mort Yao", "author_email": "mort.yao@gmail.com", diff --git a/you_get/common.py b/you_get/common.py index 0f89fbe3..ed6f5e4b 100644 --- a/you_get/common.py +++ b/you_get/common.py @@ -8,7 +8,7 @@ import re import sys from urllib import request, parse -__version__ = "0.2.13" +__version__ = "0.2.14" dry_run = False force = False