Skip to content

Commit 0af03ca

Browse files
Release: 3.1.164-RC1
1 parent e23e780 commit 0af03ca

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
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+
210
3.1.164-RC0 / 2025-07-09
311
========================
412

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

sapl/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
LOGIN_REDIRECT_URL = '/'
4242
LOGIN_URL = '/login/?next='
4343

44-
SAPL_VERSION = '3.1.164-RC0'
44+
SAPL_VERSION = '3.1.164-RC1'
4545

4646
if DEBUG:
4747
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'

sapl/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
]
3939
setup(
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',

0 commit comments

Comments
 (0)