version 0.2.14: quick fixes

This commit is contained in:
Mort Yao 2012-11-29 03:47:44 +01:00
parent 7610ca1ac8
commit 77a425a0b4
3 changed files with 12 additions and 4 deletions

View File

@ -1,12 +1,20 @@
Changelog
=========
0.2.14
------
*Date: 2012-11-29*
* Fix issue `#28 <https://github.com/soimort/you-get/issues/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
------

View File

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

View File

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