Skip to content

Commit

Permalink
v0.16.0 release notes and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhokhov committed Feb 10, 2020
1 parent 4d24886 commit 4ca6075
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ We are using `pytest <http://doc.pytest.org>`_ 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!)
Expand Down
2 changes: 1 addition & 1 deletion gym/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.15.6'
VERSION = '0.16.0'

0 comments on commit 4ca6075

Please sign in to comment.