Skip to content

Commit 08f76b8

Browse files
committed
Update version to v1.1.1
PiperOrigin-RevId: 410742412 Change-Id: I038aaf235f6db81cda75f1bdcc2ef42d2f6dbfad
1 parent f5cacb3 commit 08f76b8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

RELEASE_NOTES.md

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

3+
## [1.1.1]
4+
5+
* Removed support for Python 3.6
6+
* Updated compliance tests to support wider range of environments.
7+
* Fixed bug with packing large `np.uint64` scalars.
8+
* Various PyType fixes.
9+
310
## [1.1.0]
411

512
WARNING: This release removes support for some previously deprecated fields.

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

0 commit comments

Comments
 (0)