From e0d675350926949f952047aa5d768d2ebac95b81 Mon Sep 17 00:00:00 2001 From: Tim Van Steenburgh Date: Thu, 27 Apr 2017 20:31:11 -0400 Subject: [PATCH] Add missing version var (used in release target) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c474175..2a695bc 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ BIN := .tox/py35/bin PY := $(BIN)/python3.5 PIP := $(BIN)/pip SCHEMAGEN := $(shell which schemagen) +VERSION=$(shell cat VERSION) clean: find . -name __pycache__ -type d -exec rm -r {} + -- 2.17.1