Skip to content

Commit

Permalink
Bump to 8.7 on account of new validation behavior for MapSchema.
Browse files Browse the repository at this point in the history
  • Loading branch information
tetron committed Jul 18, 2024
1 parent 5a8595f commit 5e9f8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ DEVPKGS=-rdev-requirements.txt -rtest-requirements.txt -rmypy-requirements.txt
COVBASE=coverage run --append
PYTEST_EXTRA ?= -rs

VERSION=8.6.$(shell date +%Y%m%d%H%M%S --utc --date=`git log --first-parent \
VERSION=8.7.$(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)
Expand Down

0 comments on commit 5e9f8c2

Please sign in to comment.