Buildout and version bump 3.58.0

This commit is contained in:
James Barnsley
2021-05-11 20:26:45 +12:00
parent 917e4faf5a
commit 704a74c0f2
11 changed files with 4192 additions and 7456 deletions

View File

@ -1 +1 @@
3.57.6 3.58.0

View File

@ -3,7 +3,7 @@ import pathlib
from mopidy import config, ext from mopidy import config, ext
__version__ = "3.57.6" __version__ = "3.58.0"
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)

View File

@ -79,6 +79,8 @@
height: 1rem; height: 1rem;
position: relative; position: relative;
width: 100%; } width: 100%; }
/*# sourceMappingURL=index.css.map */
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -115,8 +115,8 @@
// Release details // Release details
// These are automatically injected to built HTML // These are automatically injected to built HTML
var build = "1620637434"; var build = "1620721530";
var version = "3.57.6"; var version = "3.58.0";
// Construct the script tag // Construct the script tag
var js = document.createElement("script"); var js = document.createElement("script");

View File

@ -1,5 +1,5 @@
{ {
"manifest_version": "3.57.6", "manifest_version": "3.58.0",
"short_name": "Iris", "short_name": "Iris",
"name": "Iris", "name": "Iris",
"icons": [ "icons": [

View File

@ -1,6 +1,6 @@
{ {
"name": "mopidy-iris", "name": "mopidy-iris",
"version": "3.57.6", "version": "3.58.0",
"description": "Mopidy HTTP interface", "description": "Mopidy HTTP interface",
"repository": "https://github.com/jaedb/iris", "repository": "https://github.com/jaedb/iris",
"author": "James Barnsley <james@barnsley.nz>", "author": "James Barnsley <james@barnsley.nz>",

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = Mopidy-Iris name = Mopidy-Iris
version = 3.57.6 version = 3.58.0
url = https://github.com/jaedb/iris url = https://github.com/jaedb/iris
author = James Barnsley author = James Barnsley
author_email = james@barnsley.nz author_email = james@barnsley.nz