Skip to content

Commit 075bd5b

Browse files
authored
Release v2.9.0 (#334)
1 parent 7471dee commit 075bd5b

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

docs/misc/changelog.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Changelog
44

5-
## Release 2.9.0a2 (WIP)
5+
## Release 2.9.0 (2026-06-15)
66

77
### Breaking Changes:
88
- Upgraded to Stable-Baselines3 >= 2.9.0
@@ -14,7 +14,6 @@
1414
### Deprecations:
1515

1616
### Others:
17-
1817
- Optimized tests (faster to run)
1918

2019
### Documentation:

sb3_contrib/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.0a2
1+
2.9.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
packages=[package for package in find_packages() if package.startswith("sb3_contrib")],
6868
package_data={"sb3_contrib": ["py.typed", "version.txt"]},
6969
install_requires=[
70-
"stable_baselines3>=2.9.0a2,<3.0",
70+
"stable_baselines3>=2.9.0,<3.0",
7171
],
7272
description="Contrib package of Stable Baselines3, experimental code.",
7373
author="Antonin Raffin",

0 commit comments

Comments
 (0)