From 6ea3f50d5cdae1dba14669361734445c28a379bd Mon Sep 17 00:00:00 2001 From: Alexander Mancevice Date: Tue, 29 Mar 2022 18:14:28 -0400 Subject: [PATCH] superset ~> 1.5.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e43b78dc..933fd81a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ REPO := amancevice/superset STAGES := build dist final NODE_VERSION := 16 PYTHON_VERSION := 3.8 -SUPERSET_VERSION := 1.4.1 +SUPERSET_VERSION := 1.5.0 .PHONY: default clean clobber edge latest push