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 dcd498f commit d7ad321Copy full SHA for d7ad321
Makefile
@@ -31,7 +31,7 @@ DEVPKGS=-rdev-requirements.txt -rtest-requirements.txt -rmypy-requirements.txt
31
COVBASE=coverage run --append
32
PYTEST_EXTRA ?= -rs
33
34
-VERSION=8.4.$(shell date +%Y%m%d%H%M%S --utc --date=`git log --first-parent \
+VERSION=8.5.$(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