Skip to content

Commit

Permalink
Release v1.7.0 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin authored Jan 10, 2023
1 parent b5aa9a4 commit 7bf9cf3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Changelog
==========

Release 1.7.0a12 (WIP)
Release 1.7.0 (2023-01-10)
--------------------------

.. warning::
Expand All @@ -18,7 +18,7 @@ Breaking Changes:
- Removed deprecated ``create_eval_env``, ``eval_env``, ``eval_log_path``, ``n_eval_episodes`` and ``eval_freq`` parameters,
please use an ``EvalCallback`` instead
- Removed deprecated ``sde_net_arch`` parameter
- Upgraded to Stable-Baselines3 >= 1.7.0a12
- Upgraded to Stable-Baselines3 >= 1.7.0

New Features:
^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion sb3_contrib/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0a12
1.7.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
packages=[package for package in find_packages() if package.startswith("sb3_contrib")],
package_data={"sb3_contrib": ["py.typed", "version.txt"]},
install_requires=[
"stable_baselines3>=1.7.0a12",
"stable_baselines3>=1.7.0",
],
description="Contrib package of Stable Baselines3, experimental code.",
author="Antonin Raffin",
Expand Down

0 comments on commit 7bf9cf3

Please sign in to comment.