From effc8a6339841d4146ba74c29a47151325a5bfbc Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Wed, 4 Dec 2024 09:41:08 +0100 Subject: [PATCH] Prepare to release schema-salad 8.8.x --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b906d189..95467afc 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ DEVPKGS=-rdev-requirements.txt -rtest-requirements.txt -rmypy-requirements.txt - COVBASE=coverage run --append PYTEST_EXTRA ?= -VERSION=8.7.$(shell date +%Y%m%d%H%M%S --utc --date=`git log --first-parent \ +VERSION=8.8.$(shell date +%Y%m%d%H%M%S --utc --date=`git log --first-parent \ --max-count=1 --format=format:%cI`) ## all : default task (install schema-salad in dev mode)