diff --git a/CHANGES.md b/CHANGES.md index 53b4a477a..e7b78bbd7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,10 @@ +3.1.165-RC2 / 2026-03-26 +======================== + + * Aumenta RATE_LIMITER_RATE default de 10/m para 35/m (#3824) + * #3821 centralizar geração próximo número para create de matérias legislativas (#3822) + 3.1.165-RC1 / 2026-02-24 ======================== diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 25e6b6065..dc8559812 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -33,7 +33,7 @@ services: networks: - sapl-net sapl: - image: interlegis/sapl:3.1.165-RC1 + image: interlegis/sapl:3.1.165-RC2 # build: # context: ../ # dockerfile: ./docker/Dockerfile diff --git a/sapl/settings.py b/sapl/settings.py index 682b275f8..4be58ab0c 100644 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -43,7 +43,7 @@ ALLOWED_HOSTS = ['*'] LOGIN_REDIRECT_URL = '/' LOGIN_URL = '/login/?next=' -SAPL_VERSION = '3.1.165-RC1' +SAPL_VERSION = '3.1.165-RC2' if DEBUG: EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' diff --git a/sapl/templates/base.html b/sapl/templates/base.html index 409b04340..79b285a3a 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.165-RC1 + Release: 3.1.165-RC2