We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1e7c6 commit 476aa29Copy full SHA for 476aa29
RELEASE_NOTES.md
@@ -1,5 +1,11 @@
1
# Release Notes
2
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
9
## [1.1.2]
10
11
* Fixed Catch human agent example, raised in this
dm_env_rpc/_version.py
@@ -17,4 +17,4 @@
17
Kept in separate file so it can be used during installation.
18
"""
19
20
-__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 commit comments