Skip to content

Commit 1c1f681

Browse files
Release: 3.1.163-RC23
1 parent 256f0ce commit 1c1f681

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
3.1.163-RC23 / 2024-07-31
3+
=========================
4+
5+
* Otimiza recuperação de normas relacionadas (#3734)
6+
* hot-fix: resolve imcompatibilidade de regex com versão de produção do postgresql 9.6
7+
28
3.1.163-RC21 / 2024-06-25
39
=========================
410

docker/docker-compose.yaml

+1-1
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-RC22
35+
image: interlegis/sapl:3.1.163-RC23
3636
# build:
3737
# context: ../
3838
# dockerfile: ./docker/Dockerfile

sapl/settings.py

+1-1
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-RC22'
44+
SAPL_VERSION = '3.1.163-RC23'
4545

4646
if DEBUG:
4747
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'

sapl/templates/base.html

+1-1
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-RC22</span>
195+
<span>Release: 3.1.163-RC23</span>
196196
</p>
197197

198198
</div>

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
]
3939
setup(
4040
name='interlegis-sapl',
41-
version='3.1.163-RC22',
41+
version='3.1.163-RC23',
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)