1
0
mirror of https://github.com/kakwa/ldapcherry synced 2025-02-16 15:43:19 +01:00
kakwa f357adcd9a put version in standalone file
this way, it avoids error due to missing imports
2017-04-06 20:34:32 +02:00

9 lines
164 B
Bash
Executable File

#!/bin/sh
cd `dirname $0`/../
version=`sed -e "s/version\ * = \ *'\(.*\)'.*/\1/;tx;d;:x" ./ldapcherry/version.py`
git tag "$version"
git push origin "$version"