Skip to content

Commit

Permalink
Release: 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ojonathacardoso committed Sep 13, 2021
1 parent c63a3c9 commit 4173974
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion saap/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
DADOS_SITE = config('DADOS_SITE');
BRASAO_PROPRIO = config('BRASAO_PROPRIO');

VERSION='3.0.3'
VERSION='3.0.4'

INSTALLED_APPS = (
#'django_admin_bootstrapped',
Expand Down
2 changes: 1 addition & 1 deletion saap/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ <h1 class="page-header">
<small>
Desenvolvido pelo <a href="http://www.interlegis.leg.br/">Interlegis</a> em software livre e aberto.
</small>
Release: 3.0.3
Release: 3.0.4
</p>
</div>
<div class="col-1-3">
Expand Down
7 changes: 7 additions & 0 deletions sync.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#/bin/bash

git fetch upstream
git checkout master
git merge upstream/master
git push origin master
git push --tags

0 comments on commit 4173974

Please sign in to comment.