version 0.2.11

This commit is contained in:
Mort Yao 2012-10-23 22:22:51 +02:00
parent c49c1f0496
commit 345997bd98
3 changed files with 17 additions and 3 deletions

View File

@ -1,6 +1,17 @@
Changelog
=========
0.2.11
------
*Date: 2012-10-23*
* Move on to Python 3.3!
* Fix issues:
- `#17 <https://github.com/soimort/you-get/issues/17>`_
- `#18 <https://github.com/soimort/you-get/issues/18>`_
- `#19 <https://github.com/soimort/you-get/issues/19>`_
0.2.10
------

View File

@ -1,7 +1,7 @@
{
"name": "you-get",
"version": "0.2.10",
"date": "2012-10-16",
"version": "0.2.11",
"date": "2012-10-23",
"author": "Mort Yao",
"author_email": "mort.yao@gmail.com",
@ -22,7 +22,10 @@
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.0",
"Programming Language :: Python :: 3.1",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Topic :: Internet",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Multimedia",

View File

@ -8,7 +8,7 @@ import re
import sys
from urllib import request, parse
__version__ = "0.2.10"
__version__ = "0.2.11"
dry_run = False
force = False