Releasing 3.5.1

This commit is contained in:
James Barnsley
2017-10-14 20:27:47 +13:00
parent e29f964e11
commit 9f60b22bf0
6 changed files with 5 additions and 5 deletions

1
VERSION.md Executable file
View File

@ -0,0 +1 @@
3.5.1

View File

@ -1 +0,0 @@
3.5.0

View File

@ -11,7 +11,7 @@
var fs = require('fs');
var copydir = require('copy-dir');
var version = fs.readFileSync("build_tools/VERSION.md", "utf8");
var version = fs.readFileSync("VERSION.md", "utf8");
var build = Math.floor(Date.now() / 1000);
console.log('Building version '+version+' ('+build+')');

View File

@ -7,7 +7,7 @@
# everything and creates a new tag, based on the current version number.
##
VERSION=$(cat build_tools/VERSION.md)
VERSION=$(cat VERSION.md)
echo -e "Releasing $VERSION"

View File

@ -13,7 +13,7 @@ from core import IrisCore
from raven import Client
logger = logging.getLogger(__name__)
__version__ = '3.5.0'
__version__ = '3.5.1'
##
# Core extension class

View File

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