Skip to content

Commit 81ef23d

Browse files
authored
SB3 v1.0 (#23)
1 parent 9824dac commit 81ef23d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/misc/changelog.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
Changelog
44
==========
55

6-
Release 1.0rc1 (WIP)
6+
Release 1.0 (2021-03-17)
77
-------------------------------
88

99
Breaking Changes:
1010
^^^^^^^^^^^^^^^^^
11-
- Upgraded to Stable-Baselines3 >= 1.0rc1
11+
- Upgraded to Stable-Baselines3 >= 1.0
1212

1313
Bug Fixes:
1414
^^^^^^^^^^

sb3_contrib/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0rc1
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[tests,docs]>=1.0rc1",
65+
"stable_baselines3[tests,docs]>=1.0",
6666
],
6767
description="Contrib package of Stable Baselines3, experimental code.",
6868
author="Antonin Raffin",

0 commit comments

Comments
 (0)