Skip to content

Commit 0b01007

Browse files
committed
Release version 1.11.0.
1 parent 6962593 commit 0b01007

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
Version 1.11 (Under development)
2-
----------------------------------
1+
Version 1.11 (2014-12-10)
2+
-------------------------
3+
4+
Bugfixes:
5+
- cli: Only apply the backslash magic on player paths on Windows.
36

47
CLI:
58
- Added :option:`--http-cookie` option.
@@ -8,7 +11,6 @@ CLI:
811
- Deprecated the :option:`--http-cookies` option.
912
- Deprecated the :option:`--http-headers` option.
1013
- Deprecated the :option:`--http-query-params` option.
11-
- Only apply the backslash magic on player paths on Windows.
1214
- Changed the continuous HTTP mode to always fetch streams.
1315
Should fix segmented streams repeating at the end for most
1416
services.
@@ -659,4 +661,3 @@ General:
659661
- Added unit tests, still fairly small coverage though.
660662
- Added travis-ci integration.
661663
- Now using python-sh on *nix since python-pbs is deprecated.
662-

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.2",
49+
version="1.11.0",
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.2"
14+
__version__ = "1.11.0"
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.2"
12+
!define PROGRAM_VERSION "1.11.0"
1313
!define PROGRAM_WEB_SITE "http://livestreamer.tanuki.se/"
1414

1515
# Python files generated with bbfreeze

0 commit comments

Comments
 (0)