From 0af4970ab304f6642b796486d213f730a8dcb7ee Mon Sep 17 00:00:00 2001 From: Toni-SM Date: Thu, 19 Sep 2024 12:57:03 -0400 Subject: [PATCH 1/3] Update pyproject.toml version build number for testing --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 46a1f346..6cddc9ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "skrl" -version = "1.3.0" +version = "1.3.0-1" description = "Modular and flexible library for reinforcement learning on PyTorch and JAX" readme = "README.md" requires-python = ">=3.6" From 441910440ffc53fa88256d0a9f34d60922c1eac5 Mon Sep 17 00:00:00 2001 From: Toni-SM Date: Thu, 19 Sep 2024 13:08:02 -0400 Subject: [PATCH 2/3] Update pyproject.toml to revert testing commit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6cddc9ad..46a1f346 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "skrl" -version = "1.3.0-1" +version = "1.3.0" description = "Modular and flexible library for reinforcement learning on PyTorch and JAX" readme = "README.md" requires-python = ">=3.6" From 2bd3b7a25ba7f4813b0154909cc3e7965f4f0a57 Mon Sep 17 00:00:00 2001 From: Toni-SM Date: Sat, 5 Oct 2024 17:47:35 -0400 Subject: [PATCH 3/3] Add version 1.3.0 to bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 16b5e203..40ce5f7e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -30,6 +30,7 @@ body: description: The skrl version can be obtained with the command `pip show skrl`. options: - --- + - 1.3.0 - 1.2.0 - 1.1.0 - 1.0.0