- commit
- 758ffa1a1cd786d27ab2cec0ed44cdb463837a17
- parent
- d8bc0d5c31e28addaf46afca364a948f75a14ce8
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-02-09 22:32
bump version to 5.2.0
Diffstat
| M | ChangeLog | 8 | ++++++++ |
| M | cplay.py | 2 | +- |
| M | setup.py | 2 | +- |
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,11 @@ -1 1 2023-03-09 Tobias Bengfort <tobias.bengfort@posteo.de> -1 2 -1 3 *** 5.2.0 *** -1 4 -1 5 - use mpv's native volume controls (thanks to @AlkyoneAoide) -1 6 - use XDG_RUNTIME_DIR for mpv socket -1 7 - do not crash on invalid utf-8 from mpv -1 8 1 9 2022-11-22 Tobias Bengfort <tobias.bengfort@posteo.de> 2 10 3 11 *** 5.1.0 ***
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.1.0'-1 16 __version__ = 'cplay-ng 5.2.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.1.0',
-1 10 version='5.2.0',
11 11 description='A simple curses audio player',
12 12 long_description=README,
13 13 url='https://github.com/xi/cplay-ng',