Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ggsdc committed Sep 18, 2024
2 parents 34a372d + 55a1710 commit 542bb59
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions cornflow-server/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
--------------

Expand Down
2 changes: 1 addition & 1 deletion cornflow-server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
11 changes: 11 additions & 0 deletions libs/client/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
--------------

Expand Down
2 changes: 1 addition & 1 deletion libs/client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 542bb59

Please sign in to comment.