Skip to content

Commit 07c4f22

Browse files
committed
prepares for release
1 parent 399b00d commit 07c4f22

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

addDevTag

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
#!/bin/bash
22

3-
# check if we need to merge master into this branch------------
4-
if [[ $(git log origin/master ^HEAD) ]]; then
5-
echo "You need to merge master into this branch. Exiting"
6-
exit 1
7-
fi
8-
93
# get version------------
104
version=`cat setup.py | grep -e 'version='`
115
while IFS='"' read -ra ADDR; do

0 commit comments

Comments
 (0)