mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 04:17:43 +02:00
put version in standalone file
this way, it avoids error due to missing imports
This commit is contained in:
parent
e7998ced78
commit
f357adcd9a
5 changed files with 11 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
cd `dirname $0`/../
|
||||
|
||||
version=`sed -e "s/version\ * = \ *'\(.*\)'.*/\1/;tx;d;:x" ./ldapcherry/__init__.py`
|
||||
version=`sed -e "s/version\ * = \ *'\(.*\)'.*/\1/;tx;d;:x" ./ldapcherry/version.py`
|
||||
|
||||
git tag "$version"
|
||||
git push origin "$version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue