diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 000000000..82d73fd96 --- /dev/null +++ b/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 diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 6a1dfc632..8e14b5c9e 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -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 diff --git a/sapl/settings.py b/sapl/settings.py index 451c0d694..10ebf5e28 100644 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -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' diff --git a/sapl/templates/base.html b/sapl/templates/base.html index cfb3096b5..cd56e0e52 100644 --- a/sapl/templates/base.html +++ b/sapl/templates/base.html @@ -194,7 +194,7 @@

Desenvolvido pelo Interlegis em software livre e aberto. - Release: 3.1.163-RC12 + Release: 3.1.163-RC13

diff --git a/setup.py b/setup.py index 9b58a3f45..5fd1b6d88 100644 --- a/setup.py +++ b/setup.py @@ -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',