From e7d19ce9cc1befb7d552d259b59fbcb6731ea2b3 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sun, 12 Feb 2023 07:59:02 +1300 Subject: [PATCH] Version bump 3.66.1 --- IRIS_VERSION | 2 +- mopidy_iris/__init__.py | 2 +- package.json | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/IRIS_VERSION b/IRIS_VERSION index 2be21eeac..5e64c6ce3 100755 --- a/IRIS_VERSION +++ b/IRIS_VERSION @@ -1 +1 @@ -3.66.0 +3.66.1 diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index 3a428aa6f..162349a36 100755 --- a/mopidy_iris/__init__.py +++ b/mopidy_iris/__init__.py @@ -3,7 +3,7 @@ from mopidy import config, ext -__version__ = "3.66.0" +__version__ = "3.66.1" logger = logging.getLogger(__name__) diff --git a/package.json b/package.json index c4dc9e113..19cecac92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.66.0", + "version": "3.66.1", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ", diff --git a/setup.cfg b/setup.cfg index da2de3449..dfc9e9cd5 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Mopidy-Iris -version = 3.66.0 +version = 3.66.1 url = https://github.com/jaedb/iris author = James Barnsley author_email = james@barnsley.nz