diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 81f10b99..421726b5 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,12 +1,19 @@ Changelog ========= +0.2.13 +------ + +*Date: 2012-10-30* + +* Nothing new. Last version of You-Get 0.2.x. + 0.2.12 ------ *Date: 2012-10-30* -* Fix issue `#20 `_. +* Fix issue `#20 `_ for AcFun. 0.2.11 ------ diff --git a/README.txt b/README.txt index a11d2231..7b2beaaa 100644 --- a/README.txt +++ b/README.txt @@ -78,7 +78,7 @@ Installation $ you-get -V -#) Direct download (from https://github.com/soimort/you-get/zipball/master):: +#) Direct download:: $ wget -O you-get.zip https://github.com/soimort/you-get/zipball/master $ unzip you-get.zip diff --git a/you-get.json b/you-get.json index a0f18b13..3a3d5990 100644 --- a/you-get.json +++ b/you-get.json @@ -1,6 +1,6 @@ { "name": "you-get", - "version": "0.2.12", + "version": "0.2.13", "date": "2012-10-30", "author": "Mort Yao", diff --git a/you_get/common.py b/you_get/common.py index 81251b53..0f89fbe3 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.12" +__version__ = "0.2.13" dry_run = False force = False