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 759a09c commit e11949fCopy full SHA for e11949f
RELEASE_NOTES.md
@@ -1,5 +1,11 @@
1
# Release Notes
2
3
+## [1.1.5]
4
+
5
+* Add optional `strict` argument to dictionary flattening.
6
+* Relax flattening of create/join world settings, so that users can pass
7
+ already flattened settings.
8
9
## [1.1.4]
10
11
* Support for nested create/join world settings in `dm_env_adaptor` helper
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.4' # https://www.python.org/dev/peps/pep-0440/
+__version__ = '1.1.5' # https://www.python.org/dev/peps/pep-0440/
0 commit comments