Skip to content

Commit

Permalink
Update version to v1.1.6
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 569136171
Change-Id: I39bf0f705d36d4f342f0d5fae791734dc9508f2b
  • Loading branch information
tomwardio committed Sep 29, 2023
1 parent c1fc350 commit 1a6c662
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes

## [1.1.6]

* New `AsyncConnection` class that allows users to make asynchronous requests
via `asyncio`.
* Add optional `metadata` argument to `create_secure_channel_and_connect`.
* Expose error status details in `DmEnvRpcError` exception.
* Improvements and fixes related to type hints, in particular hints relating
to NumPy.
* Add utility functions for packing/unpacking custom request/responses.
* Remove support for Python 3.7, now that it has reached EOL.

## [1.1.5]

* Add optional `strict` argument to dictionary flattening.
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.1.5' # https://www.python.org/dev/peps/pep-0440/
__version__ = '1.1.6' # https://www.python.org/dev/peps/pep-0440/

0 comments on commit 1a6c662

Please sign in to comment.