Skip to content

Commit bda00ac

Browse files
Release: 3.1.164-RC3
1 parent 04dcffa commit bda00ac

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
3.1.164-RC3 / 2025-09-16
3+
========================
4+
5+
* Health and Ready endpoints (#3788)
6+
* Fix read-only mount on k8s
7+
* Remove setup.py do projeto SAPL
8+
29
3.1.164-RC2 / 2025-09-08
310
========================
411

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
networks:
3434
- sapl-net
3535
sapl:
36-
image: interlegis/sapl:3.1.164-RC2
36+
image: interlegis/sapl:3.1.164-RC3
3737
# build:
3838
# context: ../
3939
# dockerfile: ./docker/Dockerfile

sapl/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
LOGIN_REDIRECT_URL = '/'
4444
LOGIN_URL = '/login/?next='
4545

46-
SAPL_VERSION = '3.1.164-RC2'
46+
SAPL_VERSION = '3.1.164-RC3'
4747

4848
if DEBUG:
4949
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'

sapl/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ <h1 class="page-header">
200200
<small>
201201
Desenvolvido pelo <a href="http://www.interlegis.leg.br/">Interlegis</a> em software livre e aberto.
202202
</small>
203-
<span>Release: 3.1.164-RC2</span>
203+
<span>Release: 3.1.164-RC3</span>
204204
</p>
205205

206206
</div>

0 commit comments

Comments
 (0)