Skip to content

Commit

Permalink
Release: 3.1.162-RC10
Browse files Browse the repository at this point in the history
  • Loading branch information
eribeiro committed Sep 3, 2021
1 parent b7d41ac commit 504e93c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
networks:
- sapl-net
sapl:
image: interlegis/sapl:3.1.162-RC9
image: interlegis/sapl:3.1.162-RC10
# build:
# context: ../
# dockerfile: ./docker/Dockerfile
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.162-RC9'
SAPL_VERSION = '3.1.162-RC10'

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 @@ -194,7 +194,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.162-RC9</span>
<span>Release: 3.1.162-RC10</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 @@ -42,7 +42,7 @@
]
setup(
name='interlegis-sapl',
version='3.1.162-RC9',
version='3.1.162-RC10',
packages=find_packages(),
include_package_data=True,
license='GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007',
Expand Down

0 comments on commit 504e93c

Please sign in to comment.