Skip to content

Commit d55b37c

Browse files
committed
Release version 1.10.2.
1 parent c1d6d4f commit d55b37c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
Version 1.10.2 (Under development)
2-
----------------------------------
1+
Version 1.10.2 (2014-09-05)
2+
---------------------------
33

44
Plugins:
55
- Added plugin for Arte.tv (artetv). (#457)
66
- Added plugin for RTVE.es (rtve), patch by @jaimeMF. (#509)
77
- Added plugin for Seemeplay.ru (seemeplay). (#510)
88
- euronews: Updated for service changes.
99
- filmon: Updated for service changes. (#514)
10+
- gaminglive: Updated for service changes, patch by @chhe. (#524)
1011
- twitch: Now handles videos with chunks that are missing URLs.
1112
- vaughnlive: Added support for breakers.tv, instagib.tv and vapers.tv. (#521)
1213
- youtube: Added support for audio-only streams. (#522)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
sys_path.insert(0, srcdir)
4747

4848
setup(name="livestreamer",
49-
version="1.10.1",
49+
version="1.10.2",
5050
description="Livestreamer is command-line utility that extracts streams "
5151
"from various services and pipes them into a video player of "
5252
"choice.",

src/livestreamer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
__title__ = "livestreamer"
14-
__version__ = "1.10.1"
14+
__version__ = "1.10.2"
1515
__license__ = "Simplified BSD"
1616
__author__ = "Christopher Rosell"
1717
__copyright__ = "Copyright 2011-2014 Christopher Rosell"

win32/livestreamer-win32-installer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SetCompressor lzma
99

1010
# Livestreamer program information
1111
!define PROGRAM_NAME "Livestreamer"
12-
!define PROGRAM_VERSION "1.10.1"
12+
!define PROGRAM_VERSION "1.10.2"
1313
!define PROGRAM_WEB_SITE "http://livestreamer.tanuki.se/"
1414

1515
# Python files generated with bbfreeze

0 commit comments

Comments
 (0)