From 18f938532d1fefcfa1cbf1e7447474e94643aa08 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Fri, 6 Apr 2018 14:19:25 -0300 Subject: [PATCH] =?UTF-8?q?HOT-FIX:=20conserta=20aplica=C3=A7=C3=A3o=20de?= =?UTF-8?q?=20migrations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0baa9ffc3..7b301395c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ sapldb: ports: - "5432:5432" sapl: - image: interlegis/sapl:3.1.69 + image: interlegis/sapl:3.1.70 restart: always environment: ADMIN_PASSWORD: interlegis diff --git a/setup.py b/setup.py index 46b3a1dd6..cbe8558aa 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ install_requires = [ ] setup( name='interlegis-sapl', - version='3.1.69', + version='3.1.70', packages=find_packages(), include_package_data=True, license='GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007',