Skip to content

Commit e11949f

Browse files
tomwardiocopybara-github
authored andcommitted
Update version to v1.1.5
PiperOrigin-RevId: 511732127 Change-Id: Id90190a4cd171762910937ae8dd46253e13b98d1
1 parent 759a09c commit e11949f

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.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+
39
## [1.1.4]
410

511
* Support for nested create/join world settings in `dm_env_adaptor` helper

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

0 commit comments

Comments
 (0)