Skip to content

Commit 6bbbe8f

Browse files
Release: 3.1.163-RC17
1 parent 645617b commit 6bbbe8f

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-7
lines changed

CHANGES.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11

2+
3.1.163-RC17 / 2023-09-30
3+
=========================
4+
5+
* Update frontend assets
6+
* No resultado da pesquisa de Matéria Legislativa, ordenar pela Sequencia Regimental ou Alfabética da Sigla (#3673)
7+
* feat: exibe lista de parlamentares ativos por default (#3635)
8+
* fix: corrige espacamento no resumo da ata (#3681)
9+
* fix: altera nome do presidente no pdf de impressao da pauta de sessao para utilizar o nome_parlamentar (#3678)
10+
* feat: add link para materia e comissao na view detail da relatoria (#3682)
11+
* feat: adiciona link para correspondencias na pauta de sessao (#3683)
12+
* feat: altera exibicao de materias em tramitacao na comissao (#3684)
13+
* Implementa ordenação na impressão PDF da Ata Eletrônica (#3677)
14+
* fix: corrige render de texto rico no resumo de sessão (#3679)
15+
216
3.1.163-RC16 / 2023-09-13
317
=========================
418

docker/docker-compose.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ services:
3232
networks:
3333
- sapl-net
3434
sapl:
35-
image: interlegis/sapl:3.1.163-RC16
36-
# build:
37-
# context: ../
38-
# dockerfile: ./docker/Dockerfile
35+
# image: interlegis/sapl:3.1.163-RC17
36+
build:
37+
context: ../
38+
dockerfile: ./docker/Dockerfile
3939
container_name: sapl
4040
labels:
4141
NAME: "sapl"

sapl/settings.py

+1-1
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.163-RC16'
44+
SAPL_VERSION = '3.1.163-RC17'
4545

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

sapl/templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h1 class="page-header">
194194
<small>
195195
Desenvolvido pelo <a href="http://www.interlegis.leg.br/">Interlegis</a> em software livre e aberto.
196196
</small>
197-
<span>Release: 3.1.163-RC16</span>
197+
<span>Release: 3.1.163-RC17</span>
198198
</p>
199199

200200
</div>

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
]
4040
setup(
4141
name='interlegis-sapl',
42-
version='3.1.163-RC16',
42+
version='3.1.163-RC17',
4343
packages=find_packages(),
4444
include_package_data=True,
4545
license='GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007',

0 commit comments

Comments
 (0)