preparations for 1.3.0

This commit is contained in:
Martin Wagner
2021-07-24 14:21:14 +02:00
parent e905abb794
commit f0789d7170
6 changed files with 5 additions and 5 deletions

View File

@@ -41,7 +41,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.1" # sync with setup.py
VERSION="1.3.0" # sync with setup.py
COVER_REGEX=r"^\.?(album|cover|folder|front).*\.(gif|jpeg|jpg|png)$"
FALLBACK_COVER=Gtk.IconTheme.get_default().lookup_icon("media-optical", 128, Gtk.IconLookupFlags.FORCE_SVG).get_filename()