Skip to content

Commit

Permalink
Release: 3.1.163-RC17
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardoliveira committed Oct 1, 2023
1 parent 645617b commit 6bbbe8f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
@@ -1,4 +1,18 @@

3.1.163-RC17 / 2023-09-30
=========================

* Update frontend assets
* No resultado da pesquisa de Matéria Legislativa, ordenar pela Sequencia Regimental ou Alfabética da Sigla (#3673)
* feat: exibe lista de parlamentares ativos por default (#3635)
* fix: corrige espacamento no resumo da ata (#3681)
* fix: altera nome do presidente no pdf de impressao da pauta de sessao para utilizar o nome_parlamentar (#3678)
* feat: add link para materia e comissao na view detail da relatoria (#3682)
* feat: adiciona link para correspondencias na pauta de sessao (#3683)
* feat: altera exibicao de materias em tramitacao na comissao (#3684)
* Implementa ordenação na impressão PDF da Ata Eletrônica (#3677)
* fix: corrige render de texto rico no resumo de sessão (#3679)

3.1.163-RC16 / 2023-09-13
=========================

Expand Down
8 changes: 4 additions & 4 deletions docker/docker-compose.yaml
Expand Up @@ -32,10 +32,10 @@ services:
networks:
- sapl-net
sapl:
image: interlegis/sapl:3.1.163-RC16
# build:
# context: ../
# dockerfile: ./docker/Dockerfile
# image: interlegis/sapl:3.1.163-RC17
build:
context: ../
dockerfile: ./docker/Dockerfile
container_name: sapl
labels:
NAME: "sapl"
Expand Down
2 changes: 1 addition & 1 deletion sapl/settings.py
Expand Up @@ -41,7 +41,7 @@
LOGIN_REDIRECT_URL = '/'
LOGIN_URL = '/login/?next='

SAPL_VERSION = '3.1.163-RC16'
SAPL_VERSION = '3.1.163-RC17'

if DEBUG:
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
Expand Down
2 changes: 1 addition & 1 deletion sapl/templates/base.html
Expand Up @@ -194,7 +194,7 @@ <h1 class="page-header">
<small>
Desenvolvido pelo <a href="http://www.interlegis.leg.br/">Interlegis</a> em software livre e aberto.
</small>
<span>Release: 3.1.163-RC16</span>
<span>Release: 3.1.163-RC17</span>
</p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -39,7 +39,7 @@
]
setup(
name='interlegis-sapl',
version='3.1.163-RC16',
version='3.1.163-RC17',
packages=find_packages(),
include_package_data=True,
license='GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007',
Expand Down

0 comments on commit 6bbbe8f

Please sign in to comment.