Browse Source

Adiciona campo de release na tela principal

pull/2289/head
Edward Ribeiro 6 years ago
parent
commit
f3c7960478
  1. 4
      release.sh
  2. 1
      sapl/templates/base.html

4
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 {

1
sapl/templates/base.html

@ -184,6 +184,7 @@
<small>
Desenvolvido pelo <a href="http://www.interlegis.leg.br/">Interlegis</a> em software livre e aberto.
</small>
<span>release: 3.1.122</span>
</p>
</div>
<div class="col-md-4">

Loading…
Cancel
Save