File tree 5 files changed +21
-7
lines changed
5 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 1
1
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
+
2
16
3.1.163-RC16 / 2023-09-13
3
17
=========================
4
18
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ services:
32
32
networks :
33
33
- sapl-net
34
34
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
39
39
container_name : sapl
40
40
labels :
41
41
NAME : " sapl"
Original file line number Diff line number Diff line change 41
41
LOGIN_REDIRECT_URL = '/'
42
42
LOGIN_URL = '/login/?next='
43
43
44
- SAPL_VERSION = '3.1.163-RC16 '
44
+ SAPL_VERSION = '3.1.163-RC17 '
45
45
46
46
if DEBUG :
47
47
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ <h1 class="page-header">
194
194
< small >
195
195
Desenvolvido pelo < a href ="http://www.interlegis.leg.br/ "> Interlegis</ a > em software livre e aberto.
196
196
</ small >
197
- < span > Release: 3.1.163-RC16 </ span >
197
+ < span > Release: 3.1.163-RC17 </ span >
198
198
</ p >
199
199
200
200
</ div >
Original file line number Diff line number Diff line change 39
39
]
40
40
setup (
41
41
name = 'interlegis-sapl' ,
42
- version = '3.1.163-RC16 ' ,
42
+ version = '3.1.163-RC17 ' ,
43
43
packages = find_packages (),
44
44
include_package_data = True ,
45
45
license = 'GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007' ,
You can’t perform that action at this time.
0 commit comments