From 3edc0fd3accd270799bfad1d0b6e76a9dc484343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20Gonz=C3=A1lez-Santander?= Date: Thu, 29 Aug 2024 13:39:40 +0200 Subject: [PATCH] Bump versions --- cornflow-server/changelog.rst | 11 +++++++++++ cornflow-server/setup.py | 2 +- libs/client/changelog.rst | 11 +++++++++++ libs/client/setup.py | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/cornflow-server/changelog.rst b/cornflow-server/changelog.rst index 7f8af75d..ab5eedcf 100644 --- a/cornflow-server/changelog.rst +++ b/cornflow-server/changelog.rst @@ -1,3 +1,14 @@ +version 1.1.1 +-------------- + +- released: 2024-08-29 +- description: small security fixes +- changelog: + - bump PuLP to version 2.9.0 + - bump requests to version 2.32.3 + - modified branch structure on repository. + - minor changes to documentation + version 1.1.0 -------------- diff --git a/cornflow-server/setup.py b/cornflow-server/setup.py index c64649c0..32e71a5d 100644 --- a/cornflow-server/setup.py +++ b/cornflow-server/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="cornflow", - version="1.1.0", + version="1.1.1", author="baobab soluciones", author_email="cornflow@baobabsoluciones.es", description="Cornflow is an open source multi-solver optimization server with a REST API built using flask.", diff --git a/libs/client/changelog.rst b/libs/client/changelog.rst index 5afa3386..d63e03b0 100644 --- a/libs/client/changelog.rst +++ b/libs/client/changelog.rst @@ -1,3 +1,14 @@ +version 1.1.1 +-------------- + +- released: 2024-08-29 +- description: small security fixes +- changelog: + - bump PuLP to version 2.9.0 + - bump requests to version 2.32.3 + - modified branch structure on repository. + - minor changes to documentation + version 1.1.0 -------------- diff --git a/libs/client/setup.py b/libs/client/setup.py index bd3b8f89..48a6ebca 100644 --- a/libs/client/setup.py +++ b/libs/client/setup.py @@ -12,7 +12,7 @@ setuptools.setup( name="cornflow-client", - version="1.1.0", + version="1.1.1", author="baobab soluciones", author_email="sistemas@baobabsoluciones.es", description="Client to connect to a cornflow server",