Skip to content

Commit eb6908f

Browse files
committed
Update version to v1.0.5
PiperOrigin-RevId: 365245324 Change-Id: Ibb4874d0a452f23a656b44644eb257073f6e8f37
1 parent 32dd206 commit eb6908f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release Notes
22

3+
## [1.0.5]
4+
5+
* Better support for string specs in `dm_env_adaptor`.
6+
* Improved Python type annotations.
7+
* Check that the server has returned the correct response in
8+
`dm_env_rpc.Connection` class.
9+
* Added `create_world` helper function to `dm_env_adaptor`.
10+
311
## [1.0.4]
412

513
* Better support for variable sized tensors.

dm_env_rpc/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
Kept in separate file so it can be used during installation.
1818
"""
1919

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

0 commit comments

Comments
 (0)