From 9db3549734fb02092e571c6b6f6cae1af1be0787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alban=20F=C3=A9ron?= Date: Sat, 1 Oct 2022 14:02:16 +0200 Subject: [PATCH] Bump API version to 1.12.0 Ref #235 --- supysonic/api/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supysonic/api/__init__.py b/supysonic/api/__init__.py index e40e65b..afff6e9 100644 --- a/supysonic/api/__init__.py +++ b/supysonic/api/__init__.py @@ -5,7 +5,7 @@ # # Distributed under terms of the GNU AGPLv3 license. -API_VERSION = "1.10.2" +API_VERSION = "1.12.0" import binascii import uuid