preparations for 1.1.0

This commit is contained in:
Martin Wagner
2021-02-13 12:03:08 +01:00
parent 7610178497
commit 2d6b83a94e
6 changed files with 5 additions and 5 deletions

View File

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