diff --git a/release.sh b/release.sh index cc3a172b5..958e91b21 100755 --- a/release.sh +++ b/release.sh @@ -13,6 +13,10 @@ function bump_version { sed -e s/$VERSION/$NEXT_VERSION/g setup.py > tmp2 mv tmp2 setup.py + + + sed -e s/$VERSION/$NEXT_VERSION/g sapl/templates/base.html > tmp3 + mv tmp3 sapl/templates/base.html } function commit_and_push { diff --git a/sapl/templates/base.html b/sapl/templates/base.html index 8c4e24b6c..850669307 100644 --- a/sapl/templates/base.html +++ b/sapl/templates/base.html @@ -184,6 +184,7 @@ Desenvolvido pelo Interlegis em software livre e aberto. + release: 3.1.122