Skip to content

Commit

Permalink
chore(main): release 4.0.6 (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored Jul 9, 2023
1 parent 48443ca commit c5c0085
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.0.5"
".": "4.0.6"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.0.6](https://github.com/rickstaa/stable-learning-control/compare/v4.0.5...v4.0.6) (2023-07-09)


### Bug Fixes

* fix 'test_policy' rendering ([#291](https://github.com/rickstaa/stable-learning-control/issues/291)) ([48443ca](https://github.com/rickstaa/stable-learning-control/commit/48443ca1b15854b00f67272ab88a2766624d5530))


### Documentation

* improve documentation defaults ([be99008](https://github.com/rickstaa/stable-learning-control/commit/be990083f951c8cb12ee30948d12cb3db2864913))

## [4.0.5](https://github.com/rickstaa/stable-learning-control/compare/v4.0.4...v4.0.5) (2023-07-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stable-learning-control",
"version": "4.0.5",
"version": "4.0.6",
"description": "A framework for training theoretically stable (and robust) Reinforcement Learning control algorithms.",
"keywords": [
"reinforcement-learning",
Expand Down
2 changes: 1 addition & 1 deletion stable_learning_control/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Stores the package version number so that it can be accessed from other modules.
__version__ = "4.0.5"
__version__ = "4.0.6"
__version_tuple__ = __version__.split(".")

0 comments on commit c5c0085

Please sign in to comment.