version 0.2.9

This commit is contained in:
Mort Yao 2012-10-09 03:24:41 +02:00
parent 2858a5989d
commit 7ff89d01d2
3 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,13 @@
Changelog
=========
0.2.9
-----
*Date: 2012-10-09*
* Fix issue `#16 <https://github.com/soimort/you-get/issues/16>`_.
0.2.8
-----

View File

@ -1,7 +1,7 @@
{
"name": "you-get",
"version": "0.2.8",
"date": "2012-10-02",
"version": "0.2.9",
"date": "2012-10-09",
"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.8"
__version__ = "0.2.9"
dry_run = False
force = False