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

Commit

Permalink
Release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
slgobinath committed Feb 27, 2017
1 parent 6fc0863 commit 60edde4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Please test uget-chrome-wrapper on your system and report any issues [here](http
Please test uget-chrome-wrapper and create installers for your operating system

## History
Version 2.0.2:
* Fix the error with Python 3.4 & 3.5

Version 2.0.0:
* Migrate to Python 3
* Show uget-chrome-wrapper status in the extension
Expand Down
2 changes: 1 addition & 1 deletion uget-chrome-wrapper/bin/uget-chrome-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ from os.path import splitext, basename, join, expanduser
from mimetypes import guess_extension

UGET_COMMAND = "uget-gtk"
VERSION = "2.0.1"
VERSION = "2.0.2"

logger = logging.getLogger()
# log_file_path = join(expanduser('~'), 'uget-chrome-wrapper.log')
Expand Down
4 changes: 3 additions & 1 deletion uget-chrome-wrapper/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
uget-chrome-wrapper (2.0.1-1) xenial; urgency=medium
uget-chrome-wrapper (2.0.2-1) xenial; urgency=medium

* Fix error in Python 3.4 & 3.5

* Migrate to Python 3

Expand Down

0 comments on commit 60edde4

Please sign in to comment.