Naam aanpassing ddOperApi & versie
* Aanpassingen dd-oper-api ddOperApi * Aanpassingen dd-api-oper ddOperApi * __version__ toegevoegd inclusief githook
This commit is contained in:
6
githooks/pre-commit
Executable file
6
githooks/pre-commit
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
VERSION=$(grep version setup.py | sed -e 's/.*="//' -e 's/",//')
|
||||
sed -i "s/^__version__ = .*/__version__ = '${VERSION}'/" dd-oper-api/__init__.py
|
||||
git add lmwsip/__init__.py
|
||||
|
||||
python setup.py test
|
Reference in New Issue
Block a user