mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 05:25:02 +03:00
version 0.2.11
This commit is contained in:
parent
c49c1f0496
commit
345997bd98
@ -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
|
||||
------
|
||||
|
||||
|
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user