- commit
- ebf16448570d1d32af8c9a1688de5c6bf1606739
- parent
- 6d8d034c18911a99d36773034d72a513754b97fe
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-05-20 21:23
bump version to 5.3.0
Diffstat
| M | ChangeLog | 7 | +++++++ |
| M | cplay.py | 2 | +- |
| M | pyproject.toml | 2 | +- |
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,10 @@ -1 1 2024-05-20 Tobias Bengfort <tobias.bengfort@posteo.de> -1 2 -1 3 *** 5.3.0 *** -1 4 -1 5 - allow to start URLs with offset (see https://www.w3.org/TR/media-frags/) -1 6 - fix compatibility with mpv 0.38 and above (thanks to @AlkyoneAoide) -1 7 1 8 2023-03-09 Tobias Bengfort <tobias.bengfort@posteo.de> 2 9 3 10 *** 5.2.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.2.0'-1 16 __version__ = 'cplay-ng 5.3.0' 17 17 18 18 AUDIO_EXTENSIONS = [ 19 19 'mp3', 'ogg', 'oga', 'opus', 'flac', 'm4a', 'm4b', 'wav', 'mid', 'wma'
diff --git a/pyproject.toml b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" 4 4 5 5 [project] 6 6 name = "cplay-ng"7 -1 version = "5.2.0"-1 7 version = "5.3.0" 8 8 description = "A simple curses audio player" 9 9 readme = "README.rst" 10 10 license = {text = "GPLv2+"}