preparations for 0.9.9

This commit is contained in:
Martin Wagner 2021-01-01 21:20:33 +01:00
parent a695d829d8
commit 7ab40d5049
3 changed files with 4 additions and 6 deletions

View File

@ -35,7 +35,7 @@ if os.path.isfile("/.flatpak-info"): # test for flatpak environment
gettext.bindtextdomain("mpdevil", "/app/share/locale")
_=gettext.gettext
VERSION="0.9.8-dev" # sync with setup.py
VERSION="0.9.9" # sync with setup.py
COVER_REGEX=r"^\.?(album|cover|folder|front).*\.(gif|jpeg|jpg|png)$"

View File

@ -23,10 +23,8 @@
</ul>
</description>
<releases>
<release version="0.9.8" date="2020-12-27">
<description>
</description>
</release>
<release version="0.9.8" date="2020-12-27"/>
<release version="0.9.9" date="2021-01-01"/>
</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='0.9.8', # sync with bin/mpdevil
version='0.9.9', # sync with bin/mpdevil
author="Martin Wagner",
author_email="martin.wagner.dev@gmail.com",
description=('A simple music browser for MPD'),