File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- Version 1.9.0 (Under development )
2
- ---------------------------------
1
+ Version 1.9.0 (2014-07-22 )
2
+ --------------------------
3
3
4
4
General:
5
5
- **Dropped support for Python 3.2. ** This is due to missing features
Original file line number Diff line number Diff line change 38
38
sys_path .insert (0 , srcdir )
39
39
40
40
setup (name = "livestreamer" ,
41
- version = "1.8.2 " ,
41
+ version = "1.9.0 " ,
42
42
description = "Livestreamer is command-line utility that extracts streams "
43
43
"from various services and pipes them into a video player of "
44
44
"choice." ,
Original file line number Diff line number Diff line change 11
11
12
12
13
13
__title__ = "livestreamer"
14
- __version__ = "1.8.2 "
14
+ __version__ = "1.9.0 "
15
15
__license__ = "Simplified BSD"
16
16
__author__ = "Christopher Rosell"
17
17
__copyright__ = "Copyright 2011-2014 Christopher Rosell"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ SetCompressor lzma
9
9
10
10
# Livestreamer program information
11
11
!define PROGRAM_NAME " Livestreamer"
12
- !define PROGRAM_VERSION " 1.8.2 "
12
+ !define PROGRAM_VERSION " 1.9.0 "
13
13
!define PROGRAM_WEB_SITE " http://livestreamer.tanuki.se/"
14
14
15
15
# Python files generated with bbfreeze
You can’t perform that action at this time.
0 commit comments