cplay-ng

simple curses audio player
git clone https://git.ce9e.org/cplay-ng.git

commit
a8432fb5108e3af33851c5707b49dde9fb4b16b1
parent
9371eb724b1caf3d4e06d08ea73db80a11aed625
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2021-08-30 18:28
bump version to 5.0.0

Diffstat

M ChangeLog 4 ++--
M setup.py 2 +-

2 files changed, 3 insertions, 3 deletions


diff --git a/ChangeLog b/ChangeLog

@@ -1,6 +1,6 @@
    1    -1 unreleased  Tobias Bengfort <tobias.bengfort@posteo.de>
   -1     1 2021-08-30  Tobias Bengfort <tobias.bengfort@posteo.de>
    2     2 
    3    -1 	*** 4.1.0 ***
   -1     3 	*** 5.0.0 ***
    4     4 
    5     5 	- changes to playlists are no longer automatically written back to their
    6     6 	  files. Instead, a * is appended to the playlist title if there are unsaved

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='4.0.0',
   -1    10     version='5.0.0',
   11    11     description='A simple curses audio player',
   12    12     long_description=README,
   13    13     url='https://github.com/xi/cplay-ng',