From 794856a69c1fa7faeb21946f79c2040012d17f78 Mon Sep 17 00:00:00 2001 From: Edward Oliveira Date: Wed, 9 Jul 2025 12:26:03 -0300 Subject: [PATCH] Release: 3.1.164-RC0 --- CHANGES.md | 12 ++++++++++++ docker/docker-compose.yaml | 2 +- sapl/settings.py | 2 +- sapl/templates/base.html | 2 +- setup.py | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0568c46b3..2c103d882 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,16 @@ +3.1.164-RC0 / 2025-07-09 +======================== + + * Fix: nome casa duplicado + * feat: #3771 (#3772) + * Adiciona metadados para Google crawler + * Remove version e monta mais um volume + * Fix: log de aplicação + * feat: #3769 (#3770) + * fix: #3767 (#3768) + * Release: 3.1.163 + 3.1.163 / 2025-05-21 ==================== diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index f4eb38993..436f5e588 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -31,7 +31,7 @@ services: networks: - sapl-net sapl: - image: interlegis/sapl:3.1.163 + image: interlegis/sapl:3.1.164-RC0 # build: # context: ../ # dockerfile: ./docker/Dockerfile diff --git a/sapl/settings.py b/sapl/settings.py index b1c1abba5..881691cb3 100644 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -41,7 +41,7 @@ ALLOWED_HOSTS = ['*'] LOGIN_REDIRECT_URL = '/' LOGIN_URL = '/login/?next=' -SAPL_VERSION = '3.1.163' +SAPL_VERSION = '3.1.164-RC0' if DEBUG: EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' diff --git a/sapl/templates/base.html b/sapl/templates/base.html index 3e0531ea2..060d92978 100644 --- a/sapl/templates/base.html +++ b/sapl/templates/base.html @@ -200,7 +200,7 @@ Desenvolvido pelo Interlegis em software livre e aberto. - Release: 3.1.163 + Release: 3.1.164-RC0

diff --git a/setup.py b/setup.py index 426b6ae0e..b84ce4f14 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ install_requires = [ ] setup( name='interlegis-sapl', - version='3.1.163', + version='3.1.164-RC0', packages=find_packages(), include_package_data=True, license='GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007',