Browse Source

Release: 3.1.165-RC2

pull/2777/merge
Edward Ribeiro 3 weeks ago
parent
commit
773a810337
  1. 6
      CHANGES.md
  2. 2
      docker/docker-compose.yaml
  3. 2
      sapl/settings.py
  4. 2
      sapl/templates/base.html

6
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 3.1.165-RC1 / 2026-02-24
======================== ========================

2
docker/docker-compose.yaml

@ -33,7 +33,7 @@ services:
networks: networks:
- sapl-net - sapl-net
sapl: sapl:
image: interlegis/sapl:3.1.165-RC1 image: interlegis/sapl:3.1.165-RC2
# build: # build:
# context: ../ # context: ../
# dockerfile: ./docker/Dockerfile # dockerfile: ./docker/Dockerfile

2
sapl/settings.py

@ -43,7 +43,7 @@ ALLOWED_HOSTS = ['*']
LOGIN_REDIRECT_URL = '/' LOGIN_REDIRECT_URL = '/'
LOGIN_URL = '/login/?next=' LOGIN_URL = '/login/?next='
SAPL_VERSION = '3.1.165-RC1' SAPL_VERSION = '3.1.165-RC2'
if DEBUG: if DEBUG:
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'

2
sapl/templates/base.html

@ -200,7 +200,7 @@
<small> <small>
Desenvolvido pelo <a href="http://www.interlegis.leg.br/">Interlegis</a> em software livre e aberto. Desenvolvido pelo <a href="http://www.interlegis.leg.br/">Interlegis</a> em software livre e aberto.
</small> </small>
<span>Release: 3.1.165-RC1</span> <span>Release: 3.1.165-RC2</span>
</p> </p>
</div> </div>

Loading…
Cancel
Save