From f3c7960478a247b6c3d97c2df42d00dd2907fe77 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Thu, 4 Oct 2018 15:07:06 -0300 Subject: [PATCH] Adiciona campo de release na tela principal --- release.sh | 4 ++++ sapl/templates/base.html | 1 + 2 files changed, 5 insertions(+) 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