Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit 60edde4

Browse files
committed
Release v2.0.2
1 parent 6fc0863 commit 60edde4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ Please test uget-chrome-wrapper on your system and report any issues [here](http
3131
Please test uget-chrome-wrapper and create installers for your operating system
3232

3333
## History
34+
Version 2.0.2:
35+
* Fix the error with Python 3.4 & 3.5
36+
3437
Version 2.0.0:
3538
* Migrate to Python 3
3639
* Show uget-chrome-wrapper status in the extension

uget-chrome-wrapper/bin/uget-chrome-wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ from os.path import splitext, basename, join, expanduser
2525
from mimetypes import guess_extension
2626

2727
UGET_COMMAND = "uget-gtk"
28-
VERSION = "2.0.1"
28+
VERSION = "2.0.2"
2929

3030
logger = logging.getLogger()
3131
# log_file_path = join(expanduser('~'), 'uget-chrome-wrapper.log')

uget-chrome-wrapper/debian/changelog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
uget-chrome-wrapper (2.0.1-1) xenial; urgency=medium
1+
uget-chrome-wrapper (2.0.2-1) xenial; urgency=medium
2+
3+
* Fix error in Python 3.4 & 3.5
24

35
* Migrate to Python 3
46

0 commit comments

Comments
 (0)