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/05/25 00:43:01 UTC

[incubator-superset] branch master updated: Use a dummy version number on master (#5000)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 42d0597  Use a dummy version number on master (#5000)
42d0597 is described below

commit 42d0597b90609e3c97f0800a32e240c82f17885e
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Thu May 24 17:42:46 2018 -0700

    Use a dummy version number on master (#5000)
    
    Currently we assign release version number in release branches and
    master was still pointing to some old version number from when the
    process was different. We need a dummy version number that both setuptools
    and npm are ok with.
---
 superset/assets/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/assets/package.json b/superset/assets/package.json
index c4911b3..188a8f7 100644
--- a/superset/assets/package.json
+++ b/superset/assets/package.json
@@ -1,6 +1,6 @@
 {
   "name": "superset",
-  "version": "0.23.0dev",
+  "version": "0.999.0dev",
   "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.