remove traces of hardcoded release version

+ update homepage image
This commit is contained in:
mungai-njoroge
2023-12-11 08:26:37 +03:00
parent e85793875b
commit 5b332bebb5
4 changed files with 5 additions and 9 deletions
+1 -5
View File
@@ -15,10 +15,6 @@ else:
IS_BUILD = False
class Release:
APP_VERSION = "1.4.0"
class Paths:
XDG_CONFIG_DIR = ""
USER_HOME_DIR = os.path.expanduser("~")
@@ -250,7 +246,7 @@ class Keys:
cls.LASTFM_API_KEY = configs.LASTFM_API_KEY
cls.PLUGIN_LYRICS_AUTHORITY = configs.PLUGIN_LYRICS_AUTHORITY
cls.PLUGIN_LYRICS_ROOT_URL = configs.PLUGIN_LYRICS_ROOT_URL
cls.SWINGMUSIC_APP_VERSION = Release.APP_VERSION
cls.SWINGMUSIC_APP_VERSION = configs.SWINGMUSIC_APP_VERSION
cls.verify_keys()