Skip to content

Commit

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

3.1.163-RC20 / 2023-12-04
=========================

* HOT-FIX: Bump easy-thumbnails

3.1.163-RC19 / 2023-11-29
=========================

Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.yaml
Expand Up @@ -32,7 +32,7 @@ services:
networks:
- sapl-net
sapl:
image: interlegis/sapl:3.1.163-RC19
image: interlegis/sapl:3.1.163-RC20
# build:
# context: ../
# dockerfile: ./docker/Dockerfile
Expand All @@ -54,7 +54,7 @@ services:
SOLR_COLLECTION: sapl
SOLR_URL: http://solr:solr@saplsolr:8983
IS_ZK_EMBEDDED: 'True'
ENABLE_SAPN: 'False'
ENABLE_SAPN: 'True'
TZ: America/Sao_Paulo
volumes:
- sapl_data:/var/interlegis/sapl/data
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-RC19'
SAPL_VERSION = '3.1.163-RC20'

if DEBUG:
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
Expand Down
2 changes: 1 addition & 1 deletion sapl/templates/base.html
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-RC19</span>
<span>Release: 3.1.163-RC20</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-RC19',
version='3.1.163-RC20',
packages=find_packages(),
include_package_data=True,
license='GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007',
Expand Down

0 comments on commit ae7380d

Please sign in to comment.