Skip to content

Commit

Permalink
Version 0.2.2 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
muammar committed May 2, 2016
1 parent b251663 commit 2f88770
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* mkchromecast (0.2.2) **released**: 2016/05/03

- Fixed error with Python2 when importing threading module.

* mkchromecast (0.2.1) **released**: 2016/05/02

- Method for monitoring `ffmpeg` backend. This update is useful for those
Expand Down
2 changes: 1 addition & 1 deletion mkchromecast/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# This file is part of mkchromecast.

__version__ = '0.2.1'
__version__ = '0.2.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from setuptools import setup


version = '0.2.1'
version = '0.2.2'

APP = ['start_tray.py']
APP_NAME = "mkchromecast"
Expand Down

0 comments on commit 2f88770

Please sign in to comment.