Skip to content

Commit

Permalink
Bumped versions on release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ggsdc committed Oct 13, 2023
1 parent 36345fa commit 0c3f143
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 11 deletions.
4 changes: 2 additions & 2 deletions cornflow-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# VERSION 1.0.8a1
# VERSION 1.0.8a3
# AUTHOR: sistemas@baobabsoluciones.es

FROM python:3.10-slim-buster
Expand All @@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV TERM linux

# CORNFLOW vars
ARG CORNFLOW_VERSION=1.0.8a2
ARG CORNFLOW_VERSION=1.0.8a3

# install linux pkg
RUN apt update -y && apt-get install -y --no-install-recommends \
Expand Down
3 changes: 3 additions & 0 deletions cornflow-server/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
version 1.0.8
--------------

- released:
- description:
- changelog:


version 1.0.7
Expand Down
2 changes: 1 addition & 1 deletion cornflow-server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
alembic==1.9.2
apispec<=6.2.0
click<=8.1.3
cornflow-client==1.0.16a1
cornflow-client==1.0.16a2
cryptography<=39.0.2
disposable-email-domains>=0.0.86
Flask==2.3.2
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.0.8a2",
version="1.0.8a3",
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
7 changes: 7 additions & 0 deletions libs/client/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
version 1.0.16
---------------

- released:
- description:
- changelog:

version 1.0.15
---------------

- released: 2023-10-04
- description: dropped Python 3.7 support
- changelog:
- dropped python 3.7 support as will the rest of components.


version 1.0.14
Expand Down
12 changes: 6 additions & 6 deletions libs/client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
requests==2.31.0
genson
jsonschema
requests<=2.31.0
genson<=1.2.2
jsonschema<=4.19.1
marshmallow<=3.19.0
pytups>=0.86.2
ortools
pytups<=0.86.2
ortools<=9.7.2996
pandas>=1.5.2
PuLP>=2.3
PuLP<=2.7.0
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.0.16a1",
version="1.0.16a2",
author="baobab soluciones",
author_email="sistemas@baobabsoluciones.es",
description="Client to connect to a cornflow server",
Expand Down

0 comments on commit 0c3f143

Please sign in to comment.