Skip to content

Commit e8786da

Browse files
committed
Release version 1.9.0.
1 parent 86915d5 commit e8786da

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version 1.9.0 (Under development)
2-
---------------------------------
1+
Version 1.9.0 (2014-07-22)
2+
--------------------------
33

44
General:
55
- **Dropped support for Python 3.2.** This is due to missing features

setup.py

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

4040
setup(name="livestreamer",
41-
version="1.8.2",
41+
version="1.9.0",
4242
description="Livestreamer is command-line utility that extracts streams "
4343
"from various services and pipes them into a video player of "
4444
"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.8.2"
14+
__version__ = "1.9.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.8.2"
12+
!define PROGRAM_VERSION "1.9.0"
1313
!define PROGRAM_WEB_SITE "http://livestreamer.tanuki.se/"
1414

1515
# Python files generated with bbfreeze

0 commit comments

Comments
 (0)