Skip to content

Commit

Permalink
v0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 24, 2017
1 parent 1b8c3f4 commit 2f27353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pypi_push.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# first bump up package.json manually, commit and tag
rm superset/assets/dist/*
cd superset/assets/
rm build/*
npm run prod
cd ../..
python setup.py register
python setup.py sdist upload

2 changes: 1 addition & 1 deletion superset/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superset",
"version": "0.15.3",
"version": "0.15.4",
"description": "Superset is a data exploration platform designed to be visual, intuitive, and interactive.",
"license": "Apache-2.0",
"directories": {
Expand Down

0 comments on commit 2f27353

Please sign in to comment.