Skip to content

Commit

Permalink
Release v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Sep 25, 2020
1 parent 8827c32 commit 95b6987
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ WORKDIR /Grid2Op
RUN git pull
RUN git remote update
RUN git fetch --all --tags
RUN git checkout "tags/v1.2.2" -b "v1.2.2-branch"
RUN git checkout "tags/v1.2.3" -b "v1.2.3-branch"
# Install Dependencies
RUN pip3 install .[optional,challenge]
WORKDIR /
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Benjamin Donnot'

# The full version, including alpha/beta/rc tags
release = '1.2.2'
release = '1.2.3'
version = '1.2'


Expand Down
2 changes: 1 addition & 1 deletion grid2op/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Grid2Op
"""
__version__ = '1.2.2'
__version__ = '1.2.3'

__all__ = [
"Action",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@


setup(name='Grid2Op',
version='1.2.2',
version='1.2.3',
description='An environment that allows to perform powergrid optimization.',
long_description='Built with modularity in mind, this package allows to perform the same operations '
'independently of the software used to compute powerflow or method to generate grid '
Expand Down

0 comments on commit 95b6987

Please sign in to comment.