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 20810aa commit a217026Copy full SHA for a217026
Makefile
@@ -30,7 +30,7 @@ DEVPKGS=pycodestyle diff_cover pylint coverage pydocstyle flake8 \
30
pytest pytest-xdist isort
31
DEBDEVPKGS=pep8 python-autopep8 pylint python-coverage pydocstyle sloccount \
32
python-flake8 python-mock shellcheck
33
-VERSION=2.0.$(shell TZ=UTC git log --first-parent --max-count=1 \
+VERSION=2.1.$(shell TZ=UTC git log --first-parent --max-count=1 \
34
--format=format:%cd --date=format-local:%Y%m%d%H%M%S)
35
mkfile_dir := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
36
0 commit comments