Skip to content

Commit

Permalink
Release: 3.1.156
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardoliveira committed May 15, 2019
1 parent b8d32b0 commit e638f5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sapldb:
ports:
- "5432:5432"
sapl:
image: interlegis/sapl:3.1.155
image: interlegis/sapl:3.1.156
# build: .
restart: always
environment:
Expand Down
2 changes: 1 addition & 1 deletion sapl/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
LOGIN_REDIRECT_URL = '/'
LOGIN_URL = '/login/?next='

SAPL_VERSION = '3.1.155'
SAPL_VERSION = '3.1.156'

if DEBUG:
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
Expand Down
2 changes: 1 addition & 1 deletion sapl/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h1 class="page-header">
<small>
Desenvolvido pelo <a href="http://www.interlegis.leg.br/">Interlegis</a> em software livre e aberto.
</small>
<span>Release: 3.1.155</span>
<span>Release: 3.1.156</span>
</p>
</div>
<div class="col-md-4">
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
]
setup(
name='interlegis-sapl',
version='3.1.155',
version='3.1.156',
packages=find_packages(),
include_package_data=True,
license='GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007',
Expand Down

0 comments on commit e638f5b

Please sign in to comment.