Skip to content

Commit

Permalink
Release version 1.10.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrippa committed Sep 5, 2014
1 parent c1d6d4f commit d55b37c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Version 1.10.2 (Under development)
----------------------------------
Version 1.10.2 (2014-09-05)
---------------------------

Plugins:
- Added plugin for Arte.tv (artetv). (#457)
- Added plugin for RTVE.es (rtve), patch by @jaimeMF. (#509)
- 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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion src/livestreamer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion win32/livestreamer-win32-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d55b37c

Please sign in to comment.