Skip to content

Commit 2b1d277

Browse files
committed
Version bump: 3.66.0
1 parent 83b0332 commit 2b1d277

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

IRIS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.65.0
1+
3.66.0

mopidy_iris/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from mopidy import config, ext
55

6-
__version__ = "3.65.0"
6+
__version__ = "3.66.0"
77

88
logger = logging.getLogger(__name__)
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mopidy-iris",
3-
"version": "3.65.0",
3+
"version": "3.66.0",
44
"description": "Mopidy HTTP interface",
55
"repository": "https://github.com/jaedb/iris",
66
"author": "James Barnsley <[email protected]>",

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = Mopidy-Iris
3-
version = 3.65.0
3+
version = 3.66.0
44
url = https://github.com/jaedb/iris
55
author = James Barnsley
66
author_email = [email protected]

0 commit comments

Comments
 (0)