File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed
Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11
2+ 3.1.164-RC1 / 2025-08-05
3+ ========================
4+
5+ * Adiciona botoes de impressao na pesquisa de doc adm
6+ * Fix: conserta erro em historico proposicao
7+ * Desabilita detalhe de Justificativa Ausência para acesso público
8+ * Adiciona homepage do parlamentar a perfil público
9+
2103.1.164-RC0 / 2025-07-09
311========================
412
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ services:
3131 networks :
3232 - sapl-net
3333 sapl :
34- image : interlegis/sapl:3.1.164-RC0
34+ image : interlegis/sapl:3.1.164-RC1
3535# build:
3636# context: ../
3737# dockerfile: ./docker/Dockerfile
Original file line number Diff line number Diff line change 4141LOGIN_REDIRECT_URL = '/'
4242LOGIN_URL = '/login/?next='
4343
44- SAPL_VERSION = '3.1.164-RC0 '
44+ SAPL_VERSION = '3.1.164-RC1 '
4545
4646if DEBUG :
4747 EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ <h1 class="page-header">
200200 < small >
201201 Desenvolvido pelo < a href ="http://www.interlegis.leg.br/ "> Interlegis</ a > em software livre e aberto.
202202 </ small >
203- < span > Release: 3.1.164-RC0 </ span >
203+ < span > Release: 3.1.164-RC1 </ span >
204204 </ p >
205205
206206 </ div >
Original file line number Diff line number Diff line change 3838]
3939setup (
4040 name = 'interlegis-sapl' ,
41- version = '3.1.164-RC0 ' ,
41+ version = '3.1.164-RC1 ' ,
4242 packages = find_packages (),
4343 include_package_data = True ,
4444 license = 'GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007' ,
You can’t perform that action at this time.
0 commit comments