Skip to content

Commit 435cd0d

Browse files
Release: 3.1.163-RC5
1 parent 68212be commit 435cd0d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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-RC4
35+
image: interlegis/sapl:3.1.163-RC5
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-RC4'
44+
SAPL_VERSION = '3.1.163-RC5'
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
@@ -194,7 +194,7 @@ <h1 class="page-header">
194194
<small>
195195
Desenvolvido pelo <a href="http://www.interlegis.leg.br/">Interlegis</a> em software livre e aberto.
196196
</small>
197-
<span>Release: 3.1.163-RC4</span>
197+
<span>Release: 3.1.163-RC5</span>
198198
</p>
199199

200200
</div>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
]
4343
setup(
4444
name='interlegis-sapl',
45-
version='3.1.163-RC4',
45+
version='3.1.163-RC5',
4646
packages=find_packages(),
4747
include_package_data=True,
4848
license='GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007',

0 commit comments

Comments
 (0)