django-ddp/bumpversion.sh

4 lines
182 B
Bash
Raw Normal View History

2015-04-23 04:52:22 +00:00
#!/bin/sh
cd "${0%/*}"
cat setup.py | sed -e "s/version='[0123456789]\+\.[0123456789]\+\.[01234567989]\+'/version='$( git rev-parse --abbrev-ref HEAD | cut -d / -f 2 )'/" > setup.py