Skip to content

Commit 2949b84

Browse files
committed
bump version to 2.6 due to dropped support for Python 3.8; and fixed badge generation
1 parent 7fc69d6 commit 2949b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PYSOURCES=$(wildcard ${MODULE}/**.py tests/*.py)
2929
DEVPKGS=-rdev-requirements.txt -rtest-requirements.txt -rmypy-requirements.txt
3030
DEBDEVPKGS=pep8 python-autopep8 pylint python-coverage pydocstyle sloccount \
3131
python-flake8 python-mock shellcheck
32-
VERSION=2.5.$(shell TZ=UTC git log --first-parent --max-count=1 \
32+
VERSION=2.6.$(shell TZ=UTC git log --first-parent --max-count=1 \
3333
--format=format:%cd --date=format-local:%Y%m%d%H%M%S)
3434

3535
## all : default task (install in dev mode)

0 commit comments

Comments
 (0)