diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 003052c3..5e450073 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -Version 1.10.2 (Under development) ----------------------------------- +Version 1.10.2 (2014-09-05) +--------------------------- Plugins: - Added plugin for Arte.tv (artetv). (#457) @@ -7,6 +7,7 @@ Plugins: - Added plugin for Seemeplay.ru (seemeplay). (#510) - euronews: Updated for service changes. - filmon: Updated for service changes. (#514) + - gaminglive: Updated for service changes, patch by @chhe. (#524) - twitch: Now handles videos with chunks that are missing URLs. - vaughnlive: Added support for breakers.tv, instagib.tv and vapers.tv. (#521) - youtube: Added support for audio-only streams. (#522) diff --git a/setup.py b/setup.py index 05362066..63714187 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ sys_path.insert(0, srcdir) setup(name="livestreamer", - version="1.10.1", + version="1.10.2", description="Livestreamer is command-line utility that extracts streams " "from various services and pipes them into a video player of " "choice.", diff --git a/src/livestreamer/__init__.py b/src/livestreamer/__init__.py index 7eada19e..f41d9c59 100644 --- a/src/livestreamer/__init__.py +++ b/src/livestreamer/__init__.py @@ -11,7 +11,7 @@ __title__ = "livestreamer" -__version__ = "1.10.1" +__version__ = "1.10.2" __license__ = "Simplified BSD" __author__ = "Christopher Rosell" __copyright__ = "Copyright 2011-2014 Christopher Rosell" diff --git a/win32/livestreamer-win32-installer.nsi b/win32/livestreamer-win32-installer.nsi index 7886dd87..046a9dfb 100644 --- a/win32/livestreamer-win32-installer.nsi +++ b/win32/livestreamer-win32-installer.nsi @@ -9,7 +9,7 @@ SetCompressor lzma # Livestreamer program information !define PROGRAM_NAME "Livestreamer" -!define PROGRAM_VERSION "1.10.1" +!define PROGRAM_VERSION "1.10.2" !define PROGRAM_WEB_SITE "http://livestreamer.tanuki.se/" # Python files generated with bbfreeze