Skip to content

Commit 476aa29

Browse files
tomwardiocopybara-github
authored andcommitted
Update version to v1.1.3
PiperOrigin-RevId: 452030714 Change-Id: I34abfb55800c0c52faf9b408f5f3f0ac847a4661
1 parent bb1e7c6 commit 476aa29

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASE_NOTES.md

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

3+
## [1.1.3]
4+
5+
* Pass all additional keyword arguments through to `DmEnvAdaptor` when using
6+
create/join helper functions.
7+
* Bug fixes and cleanup.
8+
39
## [1.1.2]
410

511
* Fixed Catch human agent example, raised in this

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.1.2' # https://www.python.org/dev/peps/pep-0440/
20+
__version__ = '1.1.3' # https://www.python.org/dev/peps/pep-0440/

0 commit comments

Comments
 (0)