We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b251663 commit 2f88770Copy full SHA for 2f88770
changelog.md
@@ -1,3 +1,7 @@
1
+* mkchromecast (0.2.2) **released**: 2016/05/03
2
+
3
+ - Fixed error with Python2 when importing threading module.
4
5
* mkchromecast (0.2.1) **released**: 2016/05/02
6
7
- Method for monitoring `ffmpeg` backend. This update is useful for those
mkchromecast/version.py
@@ -2,4 +2,4 @@
# This file is part of mkchromecast.
-__version__ = '0.2.1'
+__version__ = '0.2.2'
setup.py
@@ -8,7 +8,7 @@
8
from setuptools import setup
9
10
11
-version = '0.2.1'
+version = '0.2.2'
12
13
APP = ['start_tray.py']
14
APP_NAME = "mkchromecast"
0 commit comments