Skip to content

Commit

Permalink
Release: 3.1.163-RC23
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardoliveira committed Jul 31, 2024
1 parent 256f0ce commit 1c1f681
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

3.1.163-RC23 / 2024-07-31
=========================

* Otimiza recuperação de normas relacionadas (#3734)
* hot-fix: resolve imcompatibilidade de regex com versão de produção do postgresql 9.6

3.1.163-RC21 / 2024-06-25
=========================

Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
networks:
- sapl-net
sapl:
image: interlegis/sapl:3.1.163-RC22
image: interlegis/sapl:3.1.163-RC23
# build:
# context: ../
# dockerfile: ./docker/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion sapl/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
LOGIN_REDIRECT_URL = '/'
LOGIN_URL = '/login/?next='

SAPL_VERSION = '3.1.163-RC22'
SAPL_VERSION = '3.1.163-RC23'

if DEBUG:
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
Expand Down
2 changes: 1 addition & 1 deletion sapl/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h1 class="page-header">
<small>
Desenvolvido pelo <a href="http://www.interlegis.leg.br/">Interlegis</a> em software livre e aberto.
</small>
<span>Release: 3.1.163-RC22</span>
<span>Release: 3.1.163-RC23</span>
</p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
]
setup(
name='interlegis-sapl',
version='3.1.163-RC22',
version='3.1.163-RC23',
packages=find_packages(),
include_package_data=True,
license='GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007',
Expand Down

0 comments on commit 1c1f681

Please sign in to comment.