diff --git a/jobbergate-agent/CHANGELOG.md b/jobbergate-agent/CHANGELOG.md index 35252891..d70d183c 100644 --- a/jobbergate-agent/CHANGELOG.md +++ b/jobbergate-agent/CHANGELOG.md @@ -5,6 +5,7 @@ This file keeps track of all notable changes to jobbergate-agent ## Unreleased +## 5.3.0a2 -- 2024-08-20 ## 5.3.0a1 -- 2024-08-15 ## 5.3.0a0 -- 2024-08-07 ## 5.2.0 -- 2024-07-01 diff --git a/jobbergate-agent/pyproject.toml b/jobbergate-agent/pyproject.toml index 9528f7e5..b7bf20d0 100644 --- a/jobbergate-agent/pyproject.toml +++ b/jobbergate-agent/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jobbergate-agent" -version = "5.3.0a1" +version = "5.3.0a2" description = "Jobbergate Agent" authors = ["Omnivector Solutions "] license = "MIT" diff --git a/jobbergate-api/CHANGELOG.md b/jobbergate-api/CHANGELOG.md index 7b2572fb..ab9fc654 100644 --- a/jobbergate-api/CHANGELOG.md +++ b/jobbergate-api/CHANGELOG.md @@ -3,6 +3,9 @@ This file keeps track of all notable changes to jobbergate-api ## Unreleased + + +## 5.3.0a2 -- 2024-08-20 - Enhance logging for file storage operations ## 5.3.0a1 -- 2024-08-15 diff --git a/jobbergate-api/pyproject.toml b/jobbergate-api/pyproject.toml index 527b30b4..39d7df3c 100644 --- a/jobbergate-api/pyproject.toml +++ b/jobbergate-api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jobbergate-api" -version = "5.3.0a1" +version = "5.3.0a2" description = "Jobbergate API" authors = ["Omnivector Solutions "] license = "MIT" diff --git a/jobbergate-cli/CHANGELOG.md b/jobbergate-cli/CHANGELOG.md index ef20716a..57ba5022 100644 --- a/jobbergate-cli/CHANGELOG.md +++ b/jobbergate-cli/CHANGELOG.md @@ -5,6 +5,7 @@ This file keeps track of all notable changes to jobbergate-cli ## Unreleased +## 5.3.0a2 -- 2024-08-20 ## 5.3.0a1 -- 2024-08-15 ## 5.3.0a0 -- 2024-08-07 - Enabled auto-login on the CLI [ASP-4779] diff --git a/jobbergate-cli/pyproject.toml b/jobbergate-cli/pyproject.toml index b6d49d86..8a38259b 100644 --- a/jobbergate-cli/pyproject.toml +++ b/jobbergate-cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jobbergate-cli" -version = "5.3.0a1" +version = "5.3.0a2" description = "Jobbergate CLI Client" authors = ["Omnivector Solutions "] license = "MIT" diff --git a/jobbergate-core/CHANGELOG.md b/jobbergate-core/CHANGELOG.md index ecb14e81..69c6df44 100644 --- a/jobbergate-core/CHANGELOG.md +++ b/jobbergate-core/CHANGELOG.md @@ -5,6 +5,7 @@ This file keeps track of all notable changes to jobbergate-core ## Unreleased +## 5.3.0a2 -- 2024-08-20 ## 5.3.0a1 -- 2024-08-15 ## 5.3.0a0 -- 2024-08-07 - Refined authentication handler to get it ready to be used on the CLI and enable auto-login [ASP-4779] diff --git a/jobbergate-core/pyproject.toml b/jobbergate-core/pyproject.toml index 40efe9a8..d8fbc130 100644 --- a/jobbergate-core/pyproject.toml +++ b/jobbergate-core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jobbergate-core" -version = "5.3.0a1" +version = "5.3.0a2" description = "Jobbergate Core" authors = ["Omnivector Solutions "] license = "MIT" diff --git a/jobbergate-docs/CHANGELOG.md b/jobbergate-docs/CHANGELOG.md index 8b535e31..57311e7d 100644 --- a/jobbergate-docs/CHANGELOG.md +++ b/jobbergate-docs/CHANGELOG.md @@ -5,6 +5,7 @@ This file keeps track of all notable changes to jobbergate-docs ## Unreleased +## 5.3.0a2 -- 2024-08-20 ## 5.3.0a1 -- 2024-08-15 ## 5.3.0a0 -- 2024-08-07 ## 5.2.0 -- 2024-07-01 diff --git a/jobbergate-docs/pyproject.toml b/jobbergate-docs/pyproject.toml index 81bded1f..ad2ed81f 100644 --- a/jobbergate-docs/pyproject.toml +++ b/jobbergate-docs/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jobbergate-documentation" -version = "5.3.0a1" +version = "5.3.0a2" description = "Jobbergate Official Documentation" authors = ["Omnivector Solutions "] license = "MIT"