From c8bc971491921e203a90d00f9c75bf3fe87e0564 Mon Sep 17 00:00:00 2001 From: Alexander Mancevice Date: Fri, 2 Jul 2021 08:44:31 -0400 Subject: [PATCH] superset ~> 1.2.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ccd682c..89fc7b63 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ REPO := amancevice/superset STAGES := build dist final NODE_VERSION := 12 PYTHON_VERSION := 3.8 -SUPERSET_VERSION := 1.1.0 +SUPERSET_VERSION := 1.2.0 .PHONY: default clean clobber edge latest push