From 2f27353015e18a1eab8ca415131023e91adf5399 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 24 Jan 2017 11:33:11 -0800 Subject: [PATCH] v0.15.4 --- pypi_push.sh | 2 +- superset/assets/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pypi_push.sh b/pypi_push.sh index 4514abe38a0ce..cec2839df17c2 100644 --- a/pypi_push.sh +++ b/pypi_push.sh @@ -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 diff --git a/superset/assets/package.json b/superset/assets/package.json index 74d3a9796a2d2..73de6117c1b70 100644 --- a/superset/assets/package.json +++ b/superset/assets/package.json @@ -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": {