We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ef6fe commit f3518e2Copy full SHA for f3518e2
Makefile
@@ -31,7 +31,7 @@ DEVPKGS=-rdev-requirements.txt -rtest-requirements.txt -rmypy-requirements.txt -
31
COVBASE=coverage run --append
32
PYTEST_EXTRA ?=
33
34
-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 \
35
--max-count=1 --format=format:%cI`)
36
37
## all : default task (install schema-salad in dev mode)
0 commit comments