From 74fd302f67d4cc99856f00ea05e859d9af96e6ef Mon Sep 17 00:00:00 2001 From: Continuous integration Date: Thu, 27 Jun 2024 09:19:27 +0000 Subject: [PATCH] Upgrade to 2.8.1.111 --- CONST_create_template/env.default | 2 +- env.default | 2 +- pyproject.toml | 6 ------ 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/CONST_create_template/env.default b/CONST_create_template/env.default index 72f4a308e..7bc6d10d5 100644 --- a/CONST_create_template/env.default +++ b/CONST_create_template/env.default @@ -1,5 +1,5 @@ # Default values for c2cgeoportal -GEOMAPFISH_VERSION=2.8.1.110 +GEOMAPFISH_VERSION=2.8.1.111 GEOMAPFISH_MAIN_VERSION=2.8 GEOMAPFISH_MAIN_MINOR_VERSION=2.8.1 COMPOSE_PROJECT_NAME=geomapfish diff --git a/env.default b/env.default index 72f4a308e..7bc6d10d5 100644 --- a/env.default +++ b/env.default @@ -1,5 +1,5 @@ # Default values for c2cgeoportal -GEOMAPFISH_VERSION=2.8.1.110 +GEOMAPFISH_VERSION=2.8.1.111 GEOMAPFISH_MAIN_VERSION=2.8 GEOMAPFISH_MAIN_MINOR_VERSION=2.8.1 COMPOSE_PROJECT_NAME=geomapfish diff --git a/pyproject.toml b/pyproject.toml index a35aded0c..f2514fa03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,9 +5,3 @@ target-version = ['py38'] [tool.isort] profile = "black" line_length = 110 - -[tool.poetry] -name = "GeoMapFish demo" -version = "0.0.0" -description = "GeoMapFish demo" -authors = ["Camptocamp"]