Skip to content

Commit

Permalink
Release: 3.1.163-RC16
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardoliveira committed Sep 13, 2023
1 parent 27d2595 commit d2d9480
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
@@ -1,4 +1,13 @@

3.1.163-RC16 / 2023-09-13
=========================

* Conserta bug em relatórios com emenda longa. (#3674)
* fix: restring acesso ao prometheus metrics para apenas ips locais/invalidos (#3668)
* feat: adiciona filtro de autor no relatorio de tramitacao com data fim de prazo (#3671)
* fix: verifica se existe dispositivo atualizador ao tentar montar nota alteracao (#3669)
* Revert "Remove redirect de URLs (#3652)"

3.1.163-RC15 / 2023-08-11
=========================

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

SAPL_VERSION = '3.1.163-RC15'
SAPL_VERSION = '3.1.163-RC16'

if DEBUG:
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
Expand Down
2 changes: 1 addition & 1 deletion sapl/templates/base.html
Expand Up @@ -194,7 +194,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-RC15</span>
<span>Release: 3.1.163-RC16</span>
</p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -39,7 +39,7 @@
]
setup(
name='interlegis-sapl',
version='3.1.163-RC15',
version='3.1.163-RC16',
packages=find_packages(),
include_package_data=True,
license='GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007',
Expand Down

0 comments on commit d2d9480

Please sign in to comment.