- commit
- 47ad90a27bfaf2f8b925b05225f5cc84f2c31378
- parent
- f00e48e893bd6b2ec089c3fdb7e5986eded4e6ea
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-08-03 17:52
bump version to 5.3.1
Diffstat
| M | ChangeLog | 8 | ++++++++ |
| M | pyproject.toml | 2 | +- |
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,11 @@ -1 1 2024-08-03 Tobias Bengfort <tobias.bengfort@posteo.de> -1 2 -1 3 *** 5.3.1 *** -1 4 -1 5 - fix compatibility with mpv 0.38.0 -1 6 - do not mess up the terminal when importing the cplay python module -1 7 - make `__version__` comply with pep440 -1 8 1 9 2024-05-20 Tobias Bengfort <tobias.bengfort@posteo.de> 2 10 3 11 *** 5.3.0 ***
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.3.0"-1 7 version = "5.3.1" 8 8 description = "A simple curses audio player" 9 9 readme = "README.md" 10 10 license = {text = "GPLv2+"}