There was an error while loading. Please reload this page.
1 parent c87169e commit 2b0188cCopy full SHA for 2b0188c
1 file changed
Makefile
@@ -29,7 +29,7 @@ PYSOURCES=$(wildcard src/${MODULE}/**.py tests/*.py)
29
DEVPKGS=-rtest-requirements.txt -rdev-requirements.txt -rmypy-requirements.txt
30
DEBDEVPKGS=pep8 python-autopep8 pylint python-coverage pydocstyle sloccount \
31
python-flake8 python-mock shellcheck
32
-VERSION=2.6.$(shell TZ=UTC git log --first-parent --max-count=1 \
+VERSION=2.7.$(shell TZ=UTC git log --first-parent --max-count=1 \
33
--format=format:%cd --date=format-local:%Y%m%d%H%M%S)
34
35
## all : default task (install in dev mode)
0 commit comments