Skip to content

Commit

Permalink
release version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhokhov committed Feb 6, 2019
1 parent d828b78 commit a6ac120
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,11 @@ We are using `pytest <http://doc.pytest.org>`_ for tests. You can run them via:
What's new
==========

- 2019-02-06 (v0.11.0)
+ remove gym.spaces.np_random common PRNG; use per-instance PRNG instead.
+ support for kwargs in gym.make
+ lots of bugfixes

- 2018-02-28: Release of a set of new robotics environments.
- 2018-01-25: Made some aesthetic improvements and removed unmaintained parts of gym. This may seem like a downgrade in functionality, but it is actually a long-needed cleanup in preparation for some great new things that will be released in the next month.

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.10.11'
VERSION = '0.11.0'

0 comments on commit a6ac120

Please sign in to comment.