Skip to content

Commit

Permalink
Bump version codes
Browse files Browse the repository at this point in the history
  • Loading branch information
ggsdc committed Oct 10, 2023
1 parent 8590599 commit 6ff8deb
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cornflow-dags/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cornflow-client<=1.0.15
cornflow-client==1.0.16a1
orloge<=0.17.2
PuLP<=2.7
pandas<=2.1.1
Expand Down
4 changes: 2 additions & 2 deletions cornflow-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# VERSION 2.0.2
# VERSION 1.0.8a1
# AUTHOR: [email protected]

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.7
ARG CORNFLOW_VERSION=1.0.8a1

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



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.14
cornflow-client==1.0.16a1
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.7",
version="1.0.8a1",
author="baobab soluciones",
author_email="[email protected]",
description="Cornflow is an open source multi-solver optimization server with a REST API built using flask.",
Expand Down
9 changes: 9 additions & 0 deletions libs/client/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
version 1.0.16
---------------


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



version 1.0.14
---------------

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.0.15",
version="1.0.16a1",
author="baobab soluciones",
author_email="[email protected]",
description="Client to connect to a cornflow server",
Expand Down

0 comments on commit 6ff8deb

Please sign in to comment.