Skip to content

Commit

Permalink
start dev of 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Jul 12, 2024
1 parent fdbe084 commit b304dc7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ Next release
- TODO in multi-mix increase the reset options with the mix the user wants
- TODO L2RPN scores as reward (sum loads after the game over and have it in the final reward)
- TODO on CI: test only gym, only gymnasium and keep current test for both gym and gymnasium
- TODO work on the reward class (see https://github.com/rte-france/Grid2Op/issues/584)


[1.10.4] - 2024-xx-yy
-------------------------
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.10.3'
release = '1.10.4.dev0'
version = '1.10'


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

__all__ = [
"Action",
Expand Down
1 change: 1 addition & 0 deletions grid2op/tests/test_Runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ def test_backward_compatibility(self):
"1.10.0",
"1.10.1",
"1.10.2",
"1.10.3",
]
curr_version = "test_version"
assert (
Expand Down

0 comments on commit b304dc7

Please sign in to comment.