mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
version 0.2.11
This commit is contained in:
parent
c49c1f0496
commit
345997bd98
@ -1,6 +1,17 @@
|
|||||||
Changelog
|
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
|
0.2.10
|
||||||
------
|
------
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "you-get",
|
"name": "you-get",
|
||||||
"version": "0.2.10",
|
"version": "0.2.11",
|
||||||
"date": "2012-10-16",
|
"date": "2012-10-23",
|
||||||
|
|
||||||
"author": "Mort Yao",
|
"author": "Mort Yao",
|
||||||
"author_email": "mort.yao@gmail.com",
|
"author_email": "mort.yao@gmail.com",
|
||||||
@ -22,7 +22,10 @@
|
|||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
|
"Programming Language :: Python :: 3.0",
|
||||||
|
"Programming Language :: Python :: 3.1",
|
||||||
"Programming Language :: Python :: 3.2",
|
"Programming Language :: Python :: 3.2",
|
||||||
|
"Programming Language :: Python :: 3.3",
|
||||||
"Topic :: Internet",
|
"Topic :: Internet",
|
||||||
"Topic :: Internet :: WWW/HTTP",
|
"Topic :: Internet :: WWW/HTTP",
|
||||||
"Topic :: Multimedia",
|
"Topic :: Multimedia",
|
||||||
|
@ -8,7 +8,7 @@ import re
|
|||||||
import sys
|
import sys
|
||||||
from urllib import request, parse
|
from urllib import request, parse
|
||||||
|
|
||||||
__version__ = "0.2.10"
|
__version__ = "0.2.11"
|
||||||
|
|
||||||
dry_run = False
|
dry_run = False
|
||||||
force = False
|
force = False
|
||||||
|
Loading…
Reference in New Issue
Block a user