Skip to content

Commit ae39e00

Browse files
authored
Release v1.1.0 (#34)
1 parent fab19bd commit ae39e00

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/misc/changelog.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
Changelog
44
==========
55

6-
Release 1.1.0a11 (WIP)
6+
Release 1.1.0 (2021-07-01)
77
-------------------------------
88

9+
**Dictionary observation support and timeout handling**
10+
911
Breaking Changes:
1012
^^^^^^^^^^^^^^^^^
1113
- Added support for Dictionary observation spaces (cf. SB3 doc)

sb3_contrib/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0a11
1+
1.1.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
packages=[package for package in find_packages() if package.startswith("sb3_contrib")],
6363
package_data={"sb3_contrib": ["py.typed", "version.txt"]},
6464
install_requires=[
65-
"stable_baselines3>=1.1.0a11",
65+
"stable_baselines3>=1.1.0",
6666
],
6767
description="Contrib package of Stable Baselines3, experimental code.",
6868
author="Antonin Raffin",

0 commit comments

Comments
 (0)