You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2018/03/27 06:51:01 UTC

[incubator-superset] 01/01: 0.24.0

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch 0.24
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 7464dc080b0bb3640cee0be7ff342e4341a04dae
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Fri Mar 23 08:28:20 2018 -0700

    0.24.0
---
 setup.py                     | 2 +-
 superset/assets/package.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index bdb0d5e..48e63ef 100644
--- a/setup.py
+++ b/setup.py
@@ -104,7 +104,7 @@ setup(
     author_email='maximebeauchemin@gmail.com',
     url='https://github.com/apache/incubator-superset',
     download_url=(
-        'https://github.com/apache/incubator-superset/tarball/' + version_string,
+        'https://github.com/apache/incubator-superset/tarball/' + version_string
     ),
     classifiers=[
         'Programming Language :: Python :: 2.7',
diff --git a/superset/assets/package.json b/superset/assets/package.json
index 79a369a..636a789 100644
--- a/superset/assets/package.json
+++ b/superset/assets/package.json
@@ -1,6 +1,6 @@
 {
   "name": "superset",
-  "version": "0.24rc1",
+  "version": "0.24.0",
   "description": "Superset is a data exploration platform designed to be visual, intuitive, and interactive.",
   "license": "Apache-2.0",
   "directories": {

-- 
To stop receiving notification emails like this one, please contact
maximebeauchemin@apache.org.