Skip to content

Commit

Permalink
New release script to avoid submitting unbuilt code
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Jan 26, 2017
1 parent 550dac2 commit 0adfd9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mopidy_iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from http import RequestHandler

logger = logging.getLogger(__name__)
__version__ = '2.11.1'
__version__ = '2.11.2'

##
# Core extension class
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
},
"scripts": {
"dev": "NODE_ENV=development webpack && ./build.sh",
"prod": "NODE_ENV=production webpack && ./build.sh"
"prod": "NODE_ENV=production webpack && ./build.sh",
"release": "NODE_ENV=production webpack && ./build.sh && python setup.py sdist upload -r pypi"
}
}

0 comments on commit 0adfd9c

Please sign in to comment.