Skip to content

Commit

Permalink
Release: 3.1.163-RC13
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardoliveira committed Jun 18, 2023
1 parent 958ea9d commit 23adf66
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGES.md
@@ -0,0 +1,18 @@

3.1.163-RC13 / 2023-06-18
=========================

* Add options to abort release generation
* Adiciona documentação automática de mudanças
* Adiciona link para texto original em Sessão Plenária (#3644)
* Altera nome completo para nome parlamentar em ata (#3645)
* refactor: altera título do link e descrição de relatório
* feat: Script to find and extract codified images pasted into text fields using the tinyMCE editor (#3643)
* feat: adiciona a coluna assunto na list de correspondencias do expediente do dia (#3640)
* fix: força periodo de busca no relatorio audit log (#3639)
* add migrate de ano novo
* impl: add campo para script do google analytics
* refactor: corrige relatório alinhando a proposta da nomenclatura
* hot-fix: corrige inicialização de variável
* fix: ativa filtro que estava comentado para debug
* impl: captura de assinaturas eletrônicas em matérias
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Expand Up @@ -32,7 +32,7 @@ services:
networks:
- sapl-net
sapl:
image: interlegis/sapl:3.1.163-RC12
image: interlegis/sapl:3.1.163-RC13
# build:
# context: ../
# dockerfile: ./docker/Dockerfile
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-RC12'
SAPL_VERSION = '3.1.163-RC13'

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-RC12</span>
<span>Release: 3.1.163-RC13</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-RC12',
version='3.1.163-RC13',
packages=find_packages(),
include_package_data=True,
license='GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007',
Expand Down

0 comments on commit 23adf66

Please sign in to comment.