version 0.2.7

This commit is contained in:
Mort Yao 2012-09-28 03:30:37 +02:00
parent 09e83daa14
commit 4bba1f61f9
3 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,13 @@
Changelog
=========
0.2.7
-----
*Date: 2012-09-28*
* Fix issue `#6 <https://github.com/soimort/you-get/issues/6>`_ for YouTube.
0.2.6
-----

View File

@ -1,7 +1,7 @@
{
"name": "you-get",
"version": "0.2.6",
"date": "2012-09-26",
"version": "0.2.7",
"date": "2012-09-28",
"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.6"
__version__ = "0.2.7"
dry_run = False
force = False