Skip to content

Commit 423009d

Browse files
Release: 3.1.163
1 parent abfc237 commit 423009d

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGES.md

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

2+
3.1.163 / 2025-05-21
3+
====================
4+
5+
* Fix fancycompleter incompatibility when calling shell_plus
6+
27
3.1.163-RC24 / 2025-05-19
38
=========================
49

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
networks:
3333
- sapl-net
3434
sapl:
35-
image: interlegis/sapl:3.1.163-RC24
35+
image: interlegis/sapl:3.1.163
3636
# build:
3737
# context: ../
3838
# dockerfile: ./docker/Dockerfile

sapl/settings.py

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

44-
SAPL_VERSION = '3.1.163-RC24'
44+
SAPL_VERSION = '3.1.163'
4545

4646
if DEBUG:
4747
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
@@ -192,7 +192,7 @@ <h1 class="page-header">
192192
<small>
193193
Desenvolvido pelo <a href="http://www.interlegis.leg.br/">Interlegis</a> em software livre e aberto.
194194
</small>
195-
<span>Release: 3.1.163-RC24</span>
195+
<span>Release: 3.1.163</span>
196196
</p>
197197

198198
</div>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
]
3939
setup(
4040
name='interlegis-sapl',
41-
version='3.1.163-RC24',
41+
version='3.1.163',
4242
packages=find_packages(),
4343
include_package_data=True,
4444
license='GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007',

0 commit comments

Comments
 (0)