Skip to content

Commit

Permalink
Release version 1.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrippa committed Mar 1, 2015
1 parent 8937992 commit 98b326c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 1.12.0 (Under development)
----------------------------------
Version 1.12.0 (2015-03-01)
---------------------------

Bug fixes:
- Made HTTP modes more strict to avoid issues with `mpv --yt-dl`.
Expand All @@ -8,7 +8,7 @@ Bug fixes:
CLI:
- Added :option:`--can-handle-url` option, useful for scripting.
- Added :option:`--version-check` option to force a version check.
- Added a passive HTTP server mode (:option:`--player--external-http`), patch by @danielkza. (#699)
- Added a passive HTTP server mode (:option:`--player-external-http`), patch by @danielkza. (#699)

Plugins:
- Added plugin for Disney Channel Germany, patch by @boekkooi. (#698)
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.11.1",
version="1.12.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 @@ -12,7 +12,7 @@


__title__ = "livestreamer"
__version__ = "1.11.1"
__version__ = "1.12.0"
__license__ = "Simplified BSD"
__author__ = "Christopher Rosell"
__copyright__ = "Copyright 2011-2015 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.11.1"
!define PROGRAM_VERSION "1.12.0"
!define PROGRAM_WEB_SITE "http://livestreamer.io/"

# Python files generated with bbfreeze
Expand Down

0 comments on commit 98b326c

Please sign in to comment.