diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-07-16 05:43:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-07-16 05:43:04 +0000 |
commit | 5e9d53ef29710380368b60c82e146c5d82235e12 (patch) | |
tree | efc287af4d977d585b4717455c68e31c6d57439f /Makefile | |
parent | Releasing debian version 0.16.4-1. (diff) | |
download | gita-5e9d53ef29710380368b60c82e146c5d82235e12.tar.xz gita-5e9d53ef29710380368b60c82e146c5d82235e12.zip |
Merging upstream version 0.16.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ install: pip3 install -e . test: - pytest tests --cov=./gita $(TEST_ARGS) -n=auto + pytest tests --cov=./gita $(TEST_ARGS) -n=auto -vv dist: python3 setup.py sdist twine: |