Skip to content

Commit

Permalink
Release version 1.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrippa committed Dec 10, 2014
1 parent 6962593 commit 0b01007
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Version 1.11 (Under development)
----------------------------------
Version 1.11 (2014-12-10)
-------------------------

Bugfixes:
- cli: Only apply the backslash magic on player paths on Windows.

CLI:
- Added :option:`--http-cookie` option.
Expand All @@ -8,7 +11,6 @@ CLI:
- Deprecated the :option:`--http-cookies` option.
- Deprecated the :option:`--http-headers` option.
- Deprecated the :option:`--http-query-params` option.
- Only apply the backslash magic on player paths on Windows.
- Changed the continuous HTTP mode to always fetch streams.
Should fix segmented streams repeating at the end for most
services.
Expand Down Expand Up @@ -659,4 +661,3 @@ General:
- Added unit tests, still fairly small coverage though.
- Added travis-ci integration.
- Now using python-sh on *nix since python-pbs is deprecated.
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.2",
version="1.11.0",
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.2"
__version__ = "1.11.0"
__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.2"
!define PROGRAM_VERSION "1.11.0"
!define PROGRAM_WEB_SITE "http://livestreamer.tanuki.se/"

# Python files generated with bbfreeze
Expand Down

0 comments on commit 0b01007

Please sign in to comment.