Skip to content

Commit 2f88770

Browse files
committed
Version 0.2.2 released.
1 parent b251663 commit 2f88770

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* mkchromecast (0.2.2) **released**: 2016/05/03
2+
3+
- Fixed error with Python2 when importing threading module.
4+
15
* mkchromecast (0.2.1) **released**: 2016/05/02
26

37
- Method for monitoring `ffmpeg` backend. This update is useful for those

mkchromecast/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# This file is part of mkchromecast.
44

5-
__version__ = '0.2.1'
5+
__version__ = '0.2.2'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from setuptools import setup
99

1010

11-
version = '0.2.1'
11+
version = '0.2.2'
1212

1313
APP = ['start_tray.py']
1414
APP_NAME = "mkchromecast"

0 commit comments

Comments
 (0)