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 f5cacb3 commit 08f76b8Copy full SHA for 08f76b8
RELEASE_NOTES.md
@@ -1,5 +1,12 @@
1
# Release Notes
2
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
10
## [1.1.0]
11
12
WARNING: This release removes support for some previously deprecated fields.
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.0' # https://www.python.org/dev/peps/pep-0440/
+__version__ = '1.1.1' # https://www.python.org/dev/peps/pep-0440/
0 commit comments