Skip to content

Commit

Permalink
Bump version (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Sep 8, 2021
1 parent 0955752 commit 7b4465b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Release 1.2.0a0 (WIP)
## Release 1.2.0 (2021-09-08)

### Breaking Changes
- Upgrade to Stable-Baselines3 (SB3) >= 1.2.0
- Upgrade to sb3-contrib >= 1.2.0

### New Features

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
stable-baselines3[extra,tests,docs]>=1.1.0a11
stable-baselines3[extra,tests,docs]>=1.2.0
box2d-py==2.3.8
pybullet
gym-minigrid
Expand All @@ -7,7 +7,7 @@ optuna
pytablewriter
seaborn
pyyaml>=5.1
sb3-contrib>=1.1.0a11
sb3-contrib>=1.2.0
cloudpickle>=1.5.0
# tmp fix: ROM missing in newest release
atari-py==0.2.6
Expand Down

0 comments on commit 7b4465b

Please sign in to comment.