Skip to content

Commit

Permalink
Update version to v1.0.5
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 365245324
Change-Id: Ibb4874d0a452f23a656b44644eb257073f6e8f37
  • Loading branch information
tomwardio committed Mar 30, 2021
1 parent 32dd206 commit eb6908f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes

## [1.0.5]

* Better support for string specs in `dm_env_adaptor`.
* Improved Python type annotations.
* Check that the server has returned the correct response in
`dm_env_rpc.Connection` class.
* Added `create_world` helper function to `dm_env_adaptor`.

## [1.0.4]

* Better support for variable sized tensors.
Expand Down
2 changes: 1 addition & 1 deletion dm_env_rpc/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
Kept in separate file so it can be used during installation.
"""

__version__ = '1.0.4' # https://www.python.org/dev/peps/pep-0440/
__version__ = '1.0.5' # https://www.python.org/dev/peps/pep-0440/

0 comments on commit eb6908f

Please sign in to comment.