Browse Source

Release: 3.1.165-RC1

3.1.x 3.1.165-RC1
Edward Ribeiro 4 hours ago
parent
commit
42189bd1d1
  1. 5
      CHANGES.md
  2. 10
      docker/docker-compose.yaml
  3. 2
      sapl/settings.py
  4. 2
      sapl/templates/base.html

5
CHANGES.md

@ -1,4 +1,9 @@
3.1.165-RC1 / 2026-02-24
========================
* Hot-fix: fixes setup tool for Haystack
3.1.165-RC0 / 2026-02-20 3.1.165-RC0 / 2026-02-20
======================== ========================

10
docker/docker-compose.yaml

@ -33,11 +33,11 @@ services:
networks: networks:
- sapl-net - sapl-net
sapl: sapl:
image: interlegis/sapl:3.1.165-RC0 # image: interlegis/sapl:3.1.165-RC1
# build: build:
# context: ../ context: ../
# dockerfile: ./docker/Dockerfile dockerfile: ./docker/Dockerfile
# container_name: sapl container_name: sapl
labels: labels:
NAME: "sapl" NAME: "sapl"
restart: always restart: always

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-RC0' SAPL_VERSION = '3.1.165-RC1'
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-RC0</span> <span>Release: 3.1.165-RC1</span>
</p> </p>
</div> </div>

Loading…
Cancel
Save