Skip to content

Commit

Permalink
v2.16.3
Browse files Browse the repository at this point in the history
New bugfix release v2.16.3 (2024-01-17)
  • Loading branch information
laurent-laporte-pro authored Jan 15, 2024
2 parents 7d33312 + 17feb4b commit f2ef5f8
Show file tree
Hide file tree
Showing 37 changed files with 1,324 additions and 338 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ FROM python:3.8-slim-bullseye

# RUN apt update && apt install -y procps gdb

# Add the `ls` alias to simplify debugging
RUN echo "alias ll='/bin/ls -l --color=auto'" >> /root/.bashrc

ENV ANTAREST_CONF /resources/application.yaml

RUN mkdir -p examples/studies
Expand Down
4 changes: 2 additions & 2 deletions antarest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

# Standard project metadata

__version__ = "2.16.2"
__version__ = "2.16.3"
__author__ = "RTE, Antares Web Team"
__date__ = "2024-01-10"
__date__ = "2024-01-17"
# noinspection SpellCheckingInspection
__credits__ = "(c) Réseau de Transport de l’Électricité (RTE)"

Expand Down
Loading

0 comments on commit f2ef5f8

Please sign in to comment.