Browse Source

Release: 3.1.165-RC1

3.1.x 3.1.165-RC1
Edward Ribeiro 3 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
========================

10
docker/docker-compose.yaml

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

2
sapl/settings.py

@ -43,7 +43,7 @@ ALLOWED_HOSTS = ['*']
LOGIN_REDIRECT_URL = '/'
LOGIN_URL = '/login/?next='
SAPL_VERSION = '3.1.165-RC0'
SAPL_VERSION = '3.1.165-RC1'
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.165-RC0</span>
<span>Release: 3.1.165-RC1</span>
</p>
</div>

Loading…
Cancel
Save