version 0.2.13: last version of 0.2.x

This commit is contained in:
Mort Yao 2012-10-30 14:25:57 +01:00
parent 028c445712
commit 79848901f7
4 changed files with 11 additions and 4 deletions

View File

@ -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 <https://github.com/soimort/you-get/issues/20>`_.
* Fix issue `#20 <https://github.com/soimort/you-get/issues/20>`_ for AcFun.
0.2.11
------

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "you-get",
"version": "0.2.12",
"version": "0.2.13",
"date": "2012-10-30",
"author": "Mort Yao",

View File

@ -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