preparations for 1.0.0

This commit is contained in:
Martin Wagner
2021-01-02 11:49:04 +01:00
parent 5db00fcd27
commit e8191eab7c
6 changed files with 398 additions and 399 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.9" # sync with setup.py
VERSION="1.0.0" # sync with setup.py
COVER_REGEX=r"^\.?(album|cover|folder|front).*\.(gif|jpeg|jpg|png)$"