File tree 5 files changed +20
-4
lines changed
5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
+ 3.1.163-RC15 / 2023-08-11
3
+ =========================
4
+
5
+ * HOT-FIX: conserta geração de CHANGES.md
6
+ * fix: Cria novos campos para o model proposicao para salvar o usuario responsavel por cada acao (#3660 )
7
+ * Simplificação da tela de pesquisa de Matéria Legislativa (#3662 )
8
+ * bump pyyaml
9
+ * Adiciona controle de visibilidade no módulo de relatorios
10
+ * Adiciona coluna de justificativa de ausência (#3657 )
11
+ * Adiciona coluna de justificativa de ausência
12
+ * Conserta lógica para embutir SAPL em iframe (#3653 )
13
+ * Move relatorios para app de relatorios (#3656 )
14
+ * Remove redirect de URLs (#3652 )
15
+ * Hot-fix: endpoint do prometheus endpoint URL
16
+ * feat: Adiciona funcionalidade de baixar lista de documentos acessorios de um documento administrativo (#3650 )
17
+
2
18
3.1.163-RC14 / 2023-06-28
3
19
=========================
4
20
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ services:
32
32
networks :
33
33
- sapl-net
34
34
sapl :
35
- image : interlegis/sapl:3.1.163-RC14
35
+ image : interlegis/sapl:3.1.163-RC15
36
36
# build:
37
37
# context: ../
38
38
# dockerfile: ./docker/Dockerfile
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-RC14 '
44
+ SAPL_VERSION = '3.1.163-RC15 '
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-RC14 </ span >
197
+ < span > Release: 3.1.163-RC15 </ 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-RC14 ' ,
42
+ version = '3.1.163-RC15 ' ,
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