From 8df5a498bb9b313c488bce509f3fc978eb470ed5 Mon Sep 17 00:00:00 2001 From: Sophist <3001893+Sophist-UK@users.noreply.github.com> Date: Tue, 6 Feb 2024 17:05:06 +0000 Subject: [PATCH] Make this a minor version change rather than a medium one. --- plugins/wikidata/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/wikidata/__init__.py b/plugins/wikidata/__init__.py index 59ad1641..d79d5de2 100644 --- a/plugins/wikidata/__init__.py +++ b/plugins/wikidata/__init__.py @@ -12,7 +12,7 @@ Since genres can be gathered from multiple sources and the genre tag may be overwritten, we also set a hidden variable _wikidata_genre to the same values for use in scripts. ''' -PLUGIN_VERSION = '1.5.0' +PLUGIN_VERSION = '1.4.6' PLUGIN_API_VERSIONS = ["2.0", "2.1", "2.2"] PLUGIN_LICENSE = 'WTFPL' PLUGIN_LICENSE_URL = 'http://www.wtfpl.net/'