Skip to content

Commit

Permalink
Bump cornflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
ggsdc committed May 22, 2024
1 parent 8b0b6f2 commit 7bfd7ef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.1.0a1
# VERSION 1.1.0a2
# 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.1.0a1
ARG CORNFLOW_VERSION=1.1.0a2

# install linux pkg
RUN apt update -y && apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion cornflow-server/airflow_config/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AIRFLOW VERSION 2.9.0
# AUTHOR: [email protected]
# DESCRIPTION: Airflow 2.9.0 image personalized for use with Cornflow (from baobabsoluciones/pysolver image)
# baobab code version is 1.1.0a1
# baobab code version is 1.1.0a2

FROM baobabsoluciones/pysolver:1.0
LABEL maintainer="cornflow@baobabsoluciones"
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.1.0a1
cornflow-client==1.1.0a2
cryptography<=42.0.5
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.1.0a1",
version="1.1.0a2",
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

0 comments on commit 7bfd7ef

Please sign in to comment.