Skip to content

Commit

Permalink
Update version to v1.1.1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 410742412
Change-Id: I038aaf235f6db81cda75f1bdcc2ef42d2f6dbfad
  • Loading branch information
tomwardio committed Nov 18, 2021
1 parent f5cacb3 commit 08f76b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## [1.1.1]

* Removed support for Python 3.6
* Updated compliance tests to support wider range of environments.
* Fixed bug with packing large `np.uint64` scalars.
* Various PyType fixes.

## [1.1.0]

WARNING: This release removes support for some previously deprecated fields.
Expand Down
2 changes: 1 addition & 1 deletion dm_env_rpc/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
Kept in separate file so it can be used during installation.
"""

__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 comments on commit 08f76b8

Please sign in to comment.