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 7fc69d6 commit 2949b84Copy full SHA for 2949b84
Makefile
@@ -29,7 +29,7 @@ PYSOURCES=$(wildcard ${MODULE}/**.py tests/*.py)
29
DEVPKGS=-rdev-requirements.txt -rtest-requirements.txt -rmypy-requirements.txt
30
DEBDEVPKGS=pep8 python-autopep8 pylint python-coverage pydocstyle sloccount \
31
python-flake8 python-mock shellcheck
32
-VERSION=2.5.$(shell TZ=UTC git log --first-parent --max-count=1 \
+VERSION=2.6.$(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