From b48ccd98711541566177a8b803e54e056b7ae6f8 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Tue, 24 Oct 2023 19:58:51 +1300 Subject: [PATCH] Manual version bump 3.69.2 --- 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 b24440d98..1cc2eac08 100755 --- a/IRIS_VERSION +++ b/IRIS_VERSION @@ -1 +1 @@ -3.69.0 +3.69.2 diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index fd776f665..49c1708f6 100755 --- a/mopidy_iris/__init__.py +++ b/mopidy_iris/__init__.py @@ -3,7 +3,7 @@ from mopidy import config, ext -__version__ = "3.69.0" +__version__ = "3.69.2" logger = logging.getLogger(__name__) diff --git a/package.json b/package.json index cca160be6..1ab828287 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.69.0", + "version": "3.69.2", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ", diff --git a/setup.cfg b/setup.cfg index 0ab38d488..af92270fd 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Mopidy-Iris -version = 3.69.0 +version = 3.69.2 url = https://github.com/jaedb/iris author = James Barnsley author_email = james@barnsley.nz