Browse Source

Release: 3.1.164-RC4

pull/3800/merge 3.1.164-RC4
Edward Ribeiro 1 month ago
parent
commit
b63a0cec38
  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.164-RC4 / 2025-09-22
========================
* Fix recibo proposição e adiciona rate limiter em matéria e norma
* Release: 3.1.164-RC3
3.1.164-RC3 / 2025-09-16
========================

2
docker/docker-compose.yaml

@ -33,7 +33,7 @@ services:
networks:
- sapl-net
sapl:
image: interlegis/sapl:3.1.164-RC3
image: interlegis/sapl:3.1.164-RC4
# build:
# context: ../
# dockerfile: ./docker/Dockerfile

2
sapl/settings.py

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

2
sapl/templates/base.html

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

Loading…
Cancel
Save