Skip to content

Commit 2b0188c

Browse files
committed
Bump minor version
1 parent c87169e commit 2b0188c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PYSOURCES=$(wildcard src/${MODULE}/**.py tests/*.py)
2929
DEVPKGS=-rtest-requirements.txt -rdev-requirements.txt -rmypy-requirements.txt
3030
DEBDEVPKGS=pep8 python-autopep8 pylint python-coverage pydocstyle sloccount \
3131
python-flake8 python-mock shellcheck
32-
VERSION=2.6.$(shell TZ=UTC git log --first-parent --max-count=1 \
32+
VERSION=2.7.$(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)