From 9c287614e8f746ffdcf2d2ca251a3873fbedaa8e Mon Sep 17 00:00:00 2001 From: JulienT01 Date: Mon, 19 Jun 2023 10:17:00 +0200 Subject: [PATCH] ready to push new version --- README.md | 3 --- docs/changelog.rst | 14 ++++++++++++-- docs/installation.rst | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index df921d48a..121b3e02c 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,6 @@ contributors - - Codacy - codecov diff --git a/docs/changelog.rst b/docs/changelog.rst index c0ff1066a..d921c29c0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,16 @@ Changelog Dev version ----------- + + + +Version 0.4.1 (latest stable version) +-------------------------------------- + +*PR #307* + +* Create fork gym0.21 for setuptools non-retrocompatible changes. + *PR #306* * Add Q-learning agent in :class:`rlberry.agents.QLAgent` and SARSA agent in :class:`rlberry.agents.SARSAAgent`. @@ -18,8 +28,8 @@ Dev version * Add and update code to use "Atari games" env -Version 0.4.0 (latest stable version) --------------------------------------- +Version 0.4.0 +------------- *PR #273* diff --git a/docs/installation.rst b/docs/installation.rst index c5e4f4571..fd1a33c79 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -19,7 +19,7 @@ OS dependency In order to render videos in rlberry, `ffmpeg `_ must be installed. -Latest version (0.4.0) +Latest version (0.4.1) ------------------------------------- Install the latest version for a stable release.