Skip to content

Commit 98b326c

Browse files
committed
Release version 1.12.0.
1 parent 8937992 commit 98b326c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version 1.12.0 (Under development)
2-
----------------------------------
1+
Version 1.12.0 (2015-03-01)
2+
---------------------------
33

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

1313
Plugins:
1414
- Added plugin for Disney Channel Germany, patch by @boekkooi. (#698)

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.11.1",
49+
version="1.12.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
@@ -12,7 +12,7 @@
1212

1313

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

1515
# Python files generated with bbfreeze

0 commit comments

Comments
 (0)