Skip to content

Commit

Permalink
Release: 3.1.163-RC22
Browse files Browse the repository at this point in the history
  • Loading branch information
joaohortsenado committed Jul 29, 2024
1 parent fcee4c7 commit ae44225
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
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.163-RC21
image: interlegis/sapl:3.1.163-RC22
# build:
# context: ../
# dockerfile: ./docker/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions sapl/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
PROJECT_DIR = Path(__file__).ancestor(2)

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = config('SECRET_KEY', default='')
SECRET_KEY = config('SECRET_KEY', default='32jk1h412l3kjh421lkj4hlkj234')
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = config('DEBUG', default=False, cast=bool)

Expand All @@ -41,7 +41,7 @@
LOGIN_REDIRECT_URL = '/'
LOGIN_URL = '/login/?next='

SAPL_VERSION = '3.1.163-RC21'
SAPL_VERSION = '3.1.163-RC22'

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 @@ -192,7 +192,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.163-RC21</span>
<span>Release: 3.1.163-RC22</span>
</p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
]
setup(
name='interlegis-sapl',
version='3.1.163-RC21',
version='3.1.163-RC22',
packages=find_packages(),
include_package_data=True,
license='GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007',
Expand Down

0 comments on commit ae44225

Please sign in to comment.