Skip to content

Commit

Permalink
[ci skip] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Nov 18, 2018
1 parent d36f1df commit 04d8356
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/guide/vec_envs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ VecNormalize
VecVideoRecorder
~~~~~~~~~~~~

.. autoclass:: VecVideoRecorder
:members:
.. autoclass:: VecVideoRecorder
:members:
2 changes: 1 addition & 1 deletion docs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changelog

For download links, please look at `Github release page <https://github.com/hill-a/stable-baselines/releases>`_.

Pre-Release 2.2.1a (WIP)
Release 2.2.1 (2018-11-18)
--------------------------

- added VecVideoRecorder to record mp4 videos from environment.
Expand Down
2 changes: 1 addition & 1 deletion stable_baselines/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from stable_baselines.ppo2 import PPO2
from stable_baselines.trpo_mpi import TRPO

__version__ = "2.2.1a"
__version__ = "2.2.1"


# patch Gym spaces to add equality functions, if not implemented
Expand Down

0 comments on commit 04d8356

Please sign in to comment.