Skip to content

Commit

Permalink
version 0.2.14: quick fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
soimort committed Nov 29, 2012
1 parent 7610ca1 commit 77a425a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
Changelog
=========

0.2.14
------

*Date: 2012-11-29*

* Fix issue `#28 <https://github.com/soimort/you-get/issues/28>`_ for Tudou.
* Better support for AcFun.

0.2.13
------

*Date: 2012-10-30*

* Nothing new. Last version of You-Get 0.2.x.
* Nothing new.

0.2.12
------
Expand Down
4 changes: 2 additions & 2 deletions you-get.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "you-get",
"version": "0.2.13",
"date": "2012-10-30",
"version": "0.2.14",
"date": "2012-11-29",

"author": "Mort Yao",
"author_email": "mort.yao@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion you_get/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import sys
from urllib import request, parse

__version__ = "0.2.13"
__version__ = "0.2.14"

dry_run = False
force = False
Expand Down

0 comments on commit 77a425a

Please sign in to comment.