Compare commits

...

3 Commits

Author SHA1 Message Date
Maxime Beauchemin
75f0b7c642 0.22.1 2017-12-11 20:21:58 -08:00
Maxime Beauchemin
9190662471 Fix pypi build
(cherry picked from commit e4039e0e46b1a40b54a58f648836e1facf319ff1)
2017-12-11 20:21:26 -08:00
Maxime Beauchemin
010a69de83 0.22.0 2017-12-11 13:39:14 -08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import subprocess
from setuptools import find_packages, setup
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
PACKAGE_DIR = os.path.join(BASE_DIR, 'superset', 'assets')
PACKAGE_DIR = os.path.join(BASE_DIR, 'superset', 'static', 'assets')
PACKAGE_FILE = os.path.join(PACKAGE_DIR, 'package.json')
with open(PACKAGE_FILE) as package_file:
version_string = json.load(package_file)['version']

View File

@@ -1,6 +1,6 @@
{
"name": "superset",
"version": "0.21.0dev",
"version": "0.22.1",
"description": "Superset is a data exploration platform designed to be visual, intuitive, and interactive.",
"license": "Apache-2.0",
"directories": {