Skip to content

Commit

Permalink
bump version to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xi committed May 20, 2024
1 parent 6d8d034 commit ebf1644
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2024-05-20 Tobias Bengfort <[email protected]>

*** 5.3.0 ***

- allow to start URLs with offset (see https://www.w3.org/TR/media-frags/)
- fix compatibility with mpv 0.38 and above (thanks to @AlkyoneAoide)

2023-03-09 Tobias Bengfort <[email protected]>

*** 5.2.0 ***
Expand Down
2 changes: 1 addition & 1 deletion cplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import time
from contextlib import contextmanager

__version__ = 'cplay-ng 5.2.0'
__version__ = 'cplay-ng 5.3.0'

AUDIO_EXTENSIONS = [
'mp3', 'ogg', 'oga', 'opus', 'flac', 'm4a', 'm4b', 'wav', 'mid', 'wma'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "cplay-ng"
version = "5.2.0"
version = "5.3.0"
description = "A simple curses audio player"
readme = "README.rst"
license = {text = "GPLv2+"}
Expand Down

0 comments on commit ebf1644

Please sign in to comment.