preparations for 0.9.8

This commit is contained in:
Martin Wagner
2020-12-27 20:01:33 +01:00
parent 656767e249
commit 780469e2c9
4 changed files with 4 additions and 4 deletions

View File

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