Skip to content

Commit

Permalink
Update version to v1.1.3
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 452030714
Change-Id: I34abfb55800c0c52faf9b408f5f3f0ac847a4661
  • Loading branch information
tomwardio authored and copybara-github committed May 31, 2022
1 parent bb1e7c6 commit 476aa29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## [1.1.3]

* Pass all additional keyword arguments through to `DmEnvAdaptor` when using
create/join helper functions.
* Bug fixes and cleanup.

## [1.1.2]

* Fixed Catch human agent example, raised in this
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.2' # https://www.python.org/dev/peps/pep-0440/
__version__ = '1.1.3' # https://www.python.org/dev/peps/pep-0440/

0 comments on commit 476aa29

Please sign in to comment.