From 4ca60758b44b6ae9080ca47a72f52c2035a4133f Mon Sep 17 00:00:00 2001 From: Peter Zhokhov Date: Mon, 10 Feb 2020 11:09:11 +0100 Subject: [PATCH] v0.16.0 release notes and version bump --- README.rst | 3 +++ gym/version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9f6bb7cb4..5e85039e1 100644 --- a/README.rst +++ b/README.rst @@ -160,6 +160,9 @@ We are using `pytest `_ for tests. You can run them via: What's new ========== +- 2020-02-09 (v 0.16.0) + + EnvSpec API change - remove tags field (retro-active version bump, the changes are actually already in the codebase since 0.15.5 - thanks @wookayin for keeping us in check!) + - 2020-02-03 (v0.15.6) + pyglet 1.4 compatibility (this time for real :)) + Fixed the bug in BipedalWalker and BipedalWalkerHardcore, bumped version to 3 (thanks @chozabu!) diff --git a/gym/version.py b/gym/version.py index 4f9950e14..e91ed3c80 100644 --- a/gym/version.py +++ b/gym/version.py @@ -1 +1 @@ -VERSION = '0.15.6' +VERSION = '0.16.0'