Skip to content

Commit

Permalink
chore(main): release 5.0.1 (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored Aug 15, 2023
1 parent cf953cb commit 6cc111e
Show file tree
Hide file tree
Showing 4 changed files with 11 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 @@
{
".": "5.0.0"
".": "5.0.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [5.0.1](https://github.com/rickstaa/stable-learning-control/compare/v5.0.0...v5.0.1) (2023-08-14)


### Documentation

* improve documentation and package.json ([#331](https://github.com/rickstaa/stable-learning-control/issues/331)) ([e9fb90e](https://github.com/rickstaa/stable-learning-control/commit/e9fb90e2088401336a066684b26ecb81beb2d43e))
* update sandbox description ([#329](https://github.com/rickstaa/stable-learning-control/issues/329)) ([f60cc3b](https://github.com/rickstaa/stable-learning-control/commit/f60cc3b1f76fa78cc5efc81621f977f86bade5cb))

## [5.0.0](https://github.com/rickstaa/stable-learning-control/compare/v4.3.0...v5.0.0) (2023-08-12)


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": "5.0.0",
"version": "5.0.1",
"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__ = "5.0.0"
__version__ = "5.0.1"
__version_tuple__ = __version__.split(".")

0 comments on commit 6cc111e

Please sign in to comment.