@ -1,4 +1,16 @@
3.1.164-RC0 / 2025-07-09
========================
* Fix: nome casa duplicado
* feat: #3771 (#3772)
* Adiciona metadados para Google crawler
* Remove version e monta mais um volume
* Fix: log de aplicação
* feat: #3769 (#3770)
* fix: #3767 (#3768)
* Release: 3.1.163
3.1.163 / 2025-05-21
====================
@ -31,7 +31,7 @@ services:
networks:
- sapl-net
sapl:
image: interlegis/sapl:3.1.163
image: interlegis/sapl:3.1.164-RC0
# build:
# context: ../
# dockerfile: ./docker/Dockerfile
@ -41,7 +41,7 @@ ALLOWED_HOSTS = ['*']
LOGIN_REDIRECT_URL = '/'
LOGIN_URL = '/login/?next='
SAPL_VERSION = '3.1.163'
SAPL_VERSION = '3.1.164-RC0'
if DEBUG:
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
@ -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.163</span>
<span>Release: 3.1.164-RC0</span>
</p>
</div>
@ -38,7 +38,7 @@ install_requires = [
]
setup(
name='interlegis-sapl',
version='3.1.163',
version='3.1.164-RC0',
packages=find_packages(),
include_package_data=True,
license='GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007',