diff --git a/README.rst b/README.rst index eee7975ae49..f13f0649146 100644 --- a/README.rst +++ b/README.rst @@ -179,6 +179,11 @@ Resources What's new ========== +- 2020-09-29 (v 0.17.3) + + Allow custom spaces in VectorEnv (thanks @tristandeleu!) + + CarRacing performance improvements (thanks @leocus!) + + Dict spaces are now iterable (thanks @NotNANtoN!) + - 2020-05-08 (v 0.17.2) - remove unnecessary precision warning when creating Box with scalar bounds - thanks @johannespitz! - remove six from the dependencies diff --git a/gym/version.py b/gym/version.py index 9a426056af8..c0385840d69 100644 --- a/gym/version.py +++ b/gym/version.py @@ -1 +1 @@ -VERSION = '0.17.2' +VERSION = '0.17.3'