You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2020/03/07 12:02:37 UTC

[incubator-superset] tag 0.24.0 updated (7464dc0 -> d8f514c)

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

villebro pushed a change to tag 0.24.0
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


*** WARNING: tag 0.24.0 was modified! ***

    from 7464dc0  (commit)
      to d8f514c  (commit)
    omit 7464dc0  0.24.0
     new d8f514c  0.24.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
tag are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7464dc0)
            \
             N -- N -- N   refs/tags/0.24.0 (d8f514c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[incubator-superset] 01/01: 0.24.0

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to tag 0.24.0
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

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

    0.24.0
---
 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 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": {