preparations for 1.2.1

This commit is contained in:
Martin Wagner 2021-05-04 17:29:20 +02:00
parent 364faf67be
commit 8c0c1fe59e
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ if os.path.isfile("/.flatpak-info"): # test for flatpak environment
else:
bindtextdomain("mpdevil", localedir=None) # replace "None" by a static path if needed (e.g when installing on a non-FHS distro)
VERSION="1.2.0-dev" # sync with setup.py
VERSION="1.2.1" # sync with setup.py
COVER_REGEX=r"^\.?(album|cover|folder|front).*\.(gif|jpeg|jpg|png)$"

View File

@ -23,7 +23,7 @@
</ul>
</description>
<releases>
<release version="1.2.0" date="2021-04-21"/>
<release version="1.2.1" date="2021-05-04"/>
</releases>
<launchable type="desktop-id">org.mpdevil.mpdevil.desktop</launchable>
<screenshots>

View File

@ -4,7 +4,7 @@ import DistUtilsExtra.auto
DistUtilsExtra.auto.setup(
name='mpdevil',
version='1.2.0', # sync with bin/mpdevil
version='1.2.1', # sync with bin/mpdevil
author="Martin Wagner",
author_email="martin.wagner.dev@gmail.com",
description=('A simple music browser for MPD'),