From 3624f6e78cf17f5dce611054b48e1b637e2071e6 Mon Sep 17 00:00:00 2001 From: Alexander Mancevice Date: Wed, 20 Oct 2021 20:17:10 -0400 Subject: [PATCH] superset ~> 1.3.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 60d7afc0..a272c598 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.3.0 +SUPERSET_VERSION := 1.3.2 .PHONY: default clean clobber edge latest push