From d63a90cca75910663129b9c090f7cd1e301e1008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20GALLOU=C3=89DEC?= Date: Thu, 1 Jun 2023 11:13:16 +0200 Subject: [PATCH] changelog and version --- docs/misc/changelog.rst | 3 ++- stable_baselines3/version.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/misc/changelog.rst b/docs/misc/changelog.rst index 42c3907..ee80b96 100644 --- a/docs/misc/changelog.rst +++ b/docs/misc/changelog.rst @@ -3,7 +3,7 @@ Changelog ========== -Release 2.0.0a11 (WIP) +Release 2.0.0a12 (WIP) -------------------------- **Gymnasium support** @@ -26,6 +26,7 @@ Breaking Changes: New Features: ^^^^^^^^^^^^^ +- Added a check in ``check_env`` to ensure that the environment allows calling ``close`` if it is already closed. `SB3-Contrib`_ diff --git a/stable_baselines3/version.txt b/stable_baselines3/version.txt index d70b1bb..d8aacfa 100644 --- a/stable_baselines3/version.txt +++ b/stable_baselines3/version.txt @@ -1 +1 @@ -2.0.0a11 +2.0.0a12