Skip to content

Commit

Permalink
bump version in Makefile as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Apr 23, 2021
1 parent 20810aa commit a217026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DEVPKGS=pycodestyle diff_cover pylint coverage pydocstyle flake8 \
pytest pytest-xdist isort
DEBDEVPKGS=pep8 python-autopep8 pylint python-coverage pydocstyle sloccount \
python-flake8 python-mock shellcheck
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 \
--format=format:%cd --date=format-local:%Y%m%d%H%M%S)
mkfile_dir := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))

Expand Down

0 comments on commit a217026

Please sign in to comment.