Black formatting

This commit is contained in:
James Barnsley
2020-02-14 11:47:21 +13:00
parent 6534e176b0
commit 9d591c3bb5
3 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ copydir('src/assets', 'mopidy_iris/static/assets', function(error){
console.log('Setting version in __init__.py');
var init_file = "mopidy_iris/__init__.py";
var init_file_content = fs.readFileSync(init_file, "utf8");
init_file_content = init_file_content.replace(/(?:__version__\ \=\ \")(?:.*)"/, "__version__ = '"+version+"'");
init_file_content = init_file_content.replace(/(?:__version__\ \=\ \")(?:.*)"/, '__version__ = "'+version+'"');
fs.writeFileSync(init_file, init_file_content, 'utf8');
console.log('Setting version in setup.cfg');

View File

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

View File

@ -100,7 +100,7 @@
// Release details
// These are automatically injected to built HTML
var build = "1581633554";
var build = "1581634025";
var version = "3.44.3";
// Construct the script tag