- commit
- 70f244ef8f59066cdbadd133c40aa4dc1f4d04cc
- parent
- 471de4c91e142b51cf06896ab4072efef793aa31
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2022-11-22 21:03
bump version to 5.1.0
Diffstat
| M | ChangeLog | 9 | +++++++++ |
| M | cplay.py | 2 | +- |
| M | setup.py | 2 | +- |
3 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,12 @@ -1 1 2022-11-22 Tobias Bengfort <tobias.bengfort@posteo.de> -1 2 -1 3 *** 5.1.0 *** -1 4 -1 5 - change keys for previous/next search match to [ and ] -1 6 - if a stream contains metadata, display the name of the currently playing -1 7 track -1 8 - use @DEFAULT_SINK@ instead of hardcoded index to set volume -1 9 1 10 2021-08-30 Tobias Bengfort <tobias.bengfort@posteo.de> 2 11 3 12 *** 5.0.1 ***
diff --git a/cplay.py b/cplay.py
@@ -13,7 +13,7 @@ import termios 13 13 import time 14 14 from contextlib import contextmanager 15 1516 -1 __version__ = 'cplay-ng 5.0.1'-1 16 __version__ = 'cplay-ng 5.1.0' 17 17 18 18 AUDIO_EXTENSIONS = [ 19 19 'mp3', 'ogg', 'oga', 'opus', 'flac', 'm4a', 'm4b', 'wav', 'mid', 'wma'
diff --git a/setup.py b/setup.py
@@ -7,7 +7,7 @@ README = open('README.rst').read()
7 7
8 8 setup(
9 9 name='cplay-ng',
10 -1 version='5.0.1',
-1 10 version='5.1.0',
11 11 description='A simple curses audio player',
12 12 long_description=README,
13 13 url='https://github.com/xi/cplay-ng',