Skip to content

Commit

Permalink
Increase PATCH version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni-SM committed Jan 28, 2025
1 parent f830be9 commit 1f4bb66
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ body:
description: The skrl version can be obtained with the command `pip show skrl`.
options:
- ---
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.0
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.4.1] - Unreleased
### Fixed
- Force the use of the device local to process in distributed runs in JAX

## [1.4.0] - 2025-01-16
### Added
- Utilities to operate on Gymnasium spaces (`Box`, `Discrete`, `MultiDiscrete`, `Tuple` and `Dict`)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if skrl.__version__ != "unknown":
release = version = skrl.__version__
else:
release = version = "1.4.0"
release = version = "1.4.1"

master_doc = "index"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "skrl"
version = "1.4.0"
version = "1.4.1"
description = "Modular and flexible library for reinforcement learning on PyTorch and JAX"
readme = "README.md"
requires-python = ">=3.6"
Expand Down

0 comments on commit 1f4bb66

Please sign in to comment.